summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-02-16 16:43:02 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-02-16 16:43:02 -0400
commit876277afc6e212e74713621f47d85e53e49666d6 (patch)
treef048036c3972624d8a47c0999ab062d327ef40f9
parentb053e35cfe97aee6d31e09564850c1a60331bd1e (diff)
devblog
-rw-r--r--doc/devblog/day_364__more_v6_unlocked.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/devblog/day_364__more_v6_unlocked.mdwn b/doc/devblog/day_364__more_v6_unlocked.mdwn
new file mode 100644
index 000000000..38b053136
--- /dev/null
+++ b/doc/devblog/day_364__more_v6_unlocked.mdwn
@@ -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.