summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar JohnFisher <JohnFisher@web>2016-08-04 20:43:15 +0000
committerGravatar admin <admin@branchable.com>2016-08-04 20:43:15 +0000
commitd7df1767e22edaee7a747ab284b00cbd27f71906 (patch)
treeeb52c8d9bbf659b1d2902e7c01279616d737e63c
parentd54c53ba1e1986cf29a923452499d9c29a141f85 (diff)
Added a comment: didn't work for me, perhaps I did the attributes wrong?
-rw-r--r--doc/forum/Adding_selected_big_binaries_recursively/comment_2_872bef6902ddb362b62d5e9ec1afe864._comment26
1 files changed, 26 insertions, 0 deletions
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?
+"""]]