summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-01-02 13:48:56 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-01-02 13:49:02 -0400
commitfda16b5c04db57bbd040116fb7696a1dd40228a0 (patch)
tree723a1ee61edfde4b7bf98fb198800d8053b33cc8 /debian/changelog
parent25761748a79bd1ccb0bb74740b1f840df022468b (diff)
unlock: Don't allow unlocking files that have never been committed to git before
Avoids an intractable problem that prevents the pre-commit hook from telling if such a file is intended to be an annexed file or not.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index fcf1d1fa9..876753566 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+git-annex (5.20141232) UNRELEASED; urgency=medium
+
+ * unlock: Don't allow unlocking files that have never been committed to git
+ before, to avoid an intractable problem that prevents the pre-commit
+ hook from telling if such a file is intended to be an annexed file or not.
+
+ -- Joey Hess <id@joeyh.name> Fri, 02 Jan 2015 13:35:13 -0400
+
git-annex (5.20141231) unstable; urgency=medium
* vicfg: Avoid crashing on badly encoded config data.