From 5de3b4d07aa0ef957d773ae3b50339803cc6b874 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 16 Jul 2015 14:57:23 -0400 Subject: [PATCH] update for completion changes --- debian/changelog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 787be67169..d8e468dc86 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 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