summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-07-20 13:32:34 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-07-20 13:32:34 -0400
commitfdb15fdc59be4a539f3138fd33ca1a2ce47a5702 (patch)
treea3fd0c294f36caa0acf42d933521a0d04c61cca6 /debian
parent1d520c3799b24d6cae2c9d6db4d724cf60370495 (diff)
reword
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index ed2ee969e..f74439004 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,5 @@
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.
* Fix bug that prevented uploads to remotes using new-style chunking
from resuming after the last successfully uploaded chunk.
* Switched option parsing to use optparse-applicative. This was a very large
@@ -12,6 +9,9 @@ git-annex (5.20150714) UNRELEASED; urgency=medium
worked.)
* Bash completion code is built-in to git-annex, and can be enabled by
running: source <(git-annex --bash-completion-script git-annex)
+ * As well as tab completing "git-annex" commands, "git annex" will also tab
+ complete. However, git's bash completion script needs a patch,
+ which I've submitted, for this to work prefectly.
* Debian package (and any other packages built using make install)
now includes bash completion.
* version --raw now works when run outside a git repository.