comment
authorJoey Hess <joeyh@joeyh.name>
Wed, 21 Sep 2016 16:56:35 +0000 (12:56 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 21 Sep 2016 16:56:35 +0000 (12:56 -0400)
doc/forum/partial_annex_repository/comment_2_e6a9584bacc3ec98c4757c82a195b414._comment [new file with mode: 0644]

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 (file)
index 0000000..a7c0d1e
--- /dev/null
@@ -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
+"""]]