summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Michel <Michel@web>2017-03-11 00:44:19 +0000
committerGravatar admin <admin@branchable.com>2017-03-11 00:44:19 +0000
commit6a7f15a86002c221d72b425dc39c678dba922322 (patch)
tree1aed62a4d68c957510de730d57c79a675178acaa
parent6d85e3bbdf34054697ae4a2faf522e2127e22947 (diff)
Added a comment: Solution
-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)
+```
+
+"""]]