From d7df1767e22edaee7a747ab284b00cbd27f71906 Mon Sep 17 00:00:00 2001 From: JohnFisher Date: Thu, 4 Aug 2016 20:43:15 +0000 Subject: Added a comment: didn't work for me, perhaps I did the attributes wrong? --- ...ent_2_872bef6902ddb362b62d5e9ec1afe864._comment | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 doc/forum/Adding_selected_big_binaries_recursively/comment_2_872bef6902ddb362b62d5e9ec1afe864._comment diff --git a/doc/forum/Adding_selected_big_binaries_recursively/comment_2_872bef6902ddb362b62d5e9ec1afe864._comment b/doc/forum/Adding_selected_big_binaries_recursively/comment_2_872bef6902ddb362b62d5e9ec1afe864._comment new file mode 100644 index 000000000..3950b1957 --- /dev/null +++ b/doc/forum/Adding_selected_big_binaries_recursively/comment_2_872bef6902ddb362b62d5e9ec1afe864._comment @@ -0,0 +1,26 @@ +[[!comment format=mdwn + username="JohnFisher" + subject="didn't work for me, perhaps I did the attributes wrong?" + date="2016-08-04T20:43:15Z" + content=""" +I created .gitattributes in the root of my repo: +jfisher@buildos1:~/annex$ cat .gitattributes +* annex.largefiles=(largerthan=100mb) +jfisher@buildos1:~/annex$ git config -l +user.email=jfisher@intouchhealth.com +user.name=John Fisher +core.repositoryformatversion=0 +core.filemode=true +core.bare=false +core.logallrefupdates=true +annex.uuid=75d91aa9-f5fc-45b8-b62c-e6050ed7c3d5 +annex.version=5 + +where I intend for all users of the repo to automatically add all files larger than 100Mb as annexed and add all other files as conventional git. + +I ran +git annex add +and small text files were staged as links, as well as a large file + +Comment? Ideas? +"""]] -- cgit v1.2.3