This commit is contained in:
Joey Hess 2016-09-21 12:56:35 -04:00
parent 6c6304b2f2
commit bfc8d649b8
No known key found for this signature in database
GPG key ID: C910D9222512E3C7

View file

@ -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
"""]]