diff options
author | 2016-09-21 12:56:35 -0400 | |
---|---|---|
committer | 2016-09-21 12:56:35 -0400 | |
commit | 5395ed163c0408b9b6931852a9e3e004ca822d7a (patch) | |
tree | 6179f414e567e9760354095a0a0419ae2040e22f | |
parent | 60750173a470a13857b7c1f3752d34dbd95dfd70 (diff) |
comment
-rw-r--r-- | doc/forum/partial_annex_repository/comment_2_e6a9584bacc3ec98c4757c82a195b414._comment | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/forum/partial_annex_repository/comment_2_e6a9584bacc3ec98c4757c82a195b414._comment b/doc/forum/partial_annex_repository/comment_2_e6a9584bacc3ec98c4757c82a195b414._comment new file mode 100644 index 000000000..a7c0d1ec0 --- /dev/null +++ b/doc/forum/partial_annex_repository/comment_2_e6a9584bacc3ec98c4757c82a195b414._comment @@ -0,0 +1,15 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 2""" + date="2016-09-21T16:54:24Z" + content=""" +Right, it's a feature of v6 mode that `git add` adds the file to the annex, +unless annex.largefiles is configured to make it be added directly to the +git repository. + +To switch your small files that are currently annexed to be added +directly to git, the easiest way is: + + git annex unannex $file + git -c 'annex.largefiles=exclude=*' add $file +"""]] |