summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-07-16 14:57:23 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-07-16 14:57:23 -0400
commitb698829a4bed783899b1f1156c49ac2c8b9aa8c8 (patch)
tree91f607445ed32a46c7a5e67406ee5609becf3798 /debian/changelog
parentacf18415189082f57ab505603b4bb219ab91d78e (diff)
update for completion changes
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 787be6716..d8e468dc8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+git-annex (5.20150714) UNRELEASED; urgency=medium
+
+ * Improve bash completion code so that "git annex" will also tab
+ complete. However, git's bash completion script needs a patch,
+ which I've submitted, for this to work prefectly.
+
+ -- Joey Hess <id@joeyh.name> Thu, 16 Jul 2015 14:55:07 -0400
+
git-annex (5.20150713) unstable; urgency=medium
* Switched option parsing to use optparse-applicative. This was a very large