aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-03-29 13:52:13 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-03-29 13:54:42 -0400
commitd3eac61d33603ef2896be9e4b20217e63505a4d6 (patch)
treeb97d6480e05ee7d4dc22ea595d1309d227ac5729 /debian
parent2c2a41bce93797f348604fd11fdbd77fe12eaa9c (diff)
init: Automatically enter the adjusted unlocked branch when in a v6 repo on a filesystem not supporting symlinks.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 62caa20d1..f8cd5020c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ git-annex (6.20160319) UNRELEASED; urgency=medium
* adjust --unlock: Enters an adjusted branch in which all annexed files
are unlocked. The v6 equivilant of direct mode, but much cleaner!
+ * init --version=6: Automatically enter the adjusted unlocked branch
+ when filesystem doesn't support symlinks.
* ddar remote: fix ssh calls
Thanks, Robie Basak