devblog
This commit is contained in:
parent
3120b63560
commit
99a17b337e
1 changed files with 8 additions and 0 deletions
8
doc/devblog/day_364__more_v6_unlocked.mdwn
Normal file
8
doc/devblog/day_364__more_v6_unlocked.mdwn
Normal 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.
|
Loading…
Add table
Reference in a new issue