summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-07-30 12:41:10 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-07-30 12:41:10 -0400
commit1d4fe8d1f593a7ed587b484cbe13743d76f45f36 (patch)
tree681b3ff1e22fec3f186aecb52c7d8db456005876
parent8d8d578d27e8761c74491299c08a5e4ba497d0b9 (diff)
response
-rw-r--r--doc/forum/Adding_selected_big_binaries_recursively/comment_1_6ff6031a5a44caf17f36c3569cca5512._comment23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/forum/Adding_selected_big_binaries_recursively/comment_1_6ff6031a5a44caf17f36c3569cca5512._comment b/doc/forum/Adding_selected_big_binaries_recursively/comment_1_6ff6031a5a44caf17f36c3569cca5512._comment
new file mode 100644
index 000000000..abfbbad5c
--- /dev/null
+++ b/doc/forum/Adding_selected_big_binaries_recursively/comment_1_6ff6031a5a44caf17f36c3569cca5512._comment
@@ -0,0 +1,23 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2016-07-30T16:36:51Z"
+ content="""
+It's fine to annex the big files and store the small files in git in
+the usual way.
+
+The `find | xargs` approach should work.
+
+You can also use the [[git-annex-matching-options]], eg:
+
+ git annex add --include='*.adi'
+
+Or:
+
+ git annex add --largerthan=1mb
+
+
+You can also configure git-annex to know which files you consider
+large, so that `git annex add` will annex the large ones and add
+the rest to git not the annex. See [[tips/largefiles]]
+"""]]