summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-03-13 16:33:28 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-03-13 16:33:28 -0400
commit6ee240824ee19f2be3cb683f8c7a8f524b4fb00b (patch)
tree1c0437932f7641d7f738335d7109b5ba3b0795ff /doc/bugs
parent31b1360a70e2b5179557dce05630e935cb637033 (diff)
parent71bbf7126c1ede7adf6949692a8d0cb94756ba2a (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/Empty_files_make_git_status_slow/comment_3_17b400bc03eb176f63009b9e01a862f4._comment13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/bugs/Empty_files_make_git_status_slow/comment_3_17b400bc03eb176f63009b9e01a862f4._comment b/doc/bugs/Empty_files_make_git_status_slow/comment_3_17b400bc03eb176f63009b9e01a862f4._comment
new file mode 100644
index 000000000..892eb6b72
--- /dev/null
+++ b/doc/bugs/Empty_files_make_git_status_slow/comment_3_17b400bc03eb176f63009b9e01a862f4._comment
@@ -0,0 +1,13 @@
+[[!comment format=mdwn
+ username="Michel"
+ avatar="http://cdn.libravatar.org/avatar/cf9fdab9aa34af56f769bf584c8e7011"
+ subject="Solution"
+ date="2017-03-11T00:44:18Z"
+ content="""
+I found a relatively simple solution by setting the following in .gitattributes:
+
+```
+* annex.largefiles=(largerthan=0kb)
+```
+
+"""]]