From f585521ad0321dad6e52ecb3ef548f20beb5c5d3 Mon Sep 17 00:00:00 2001 From: Michel Date: Sat, 11 Mar 2017 00:44:19 +0000 Subject: [PATCH] Added a comment: Solution --- ...ment_3_17b400bc03eb176f63009b9e01a862f4._comment | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/bugs/Empty_files_make_git_status_slow/comment_3_17b400bc03eb176f63009b9e01a862f4._comment 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 0000000000..892eb6b728 --- /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) +``` + +"""]]