This commit is contained in:
Joey Hess 2016-02-16 16:43:02 -04:00
parent 3120b63560
commit 99a17b337e
Failed to extract signature

View file

@ -0,0 +1,8 @@
In a v6 repository on a filesystem not supporting symlinks,
it makes sense for commands like `git annex add` and `git annex import`
to add the files unlocked, since locked files are not usable there.
After implementing that, I also added an `annex.addunlocked` config setting,
so that the same behavior can be configured in other repositories.
Rest of the day was spent fixing up the test suite's v6 repository tests
to work on FAT and Windows.