summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-07-20 20:30:27 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-07-20 20:30:27 -0400
commit5c18bbf7a36af696a02a90c11b9290bc00e5a5f5 (patch)
treecc68f63deb4d3b7aab3063c2f9fa24a670069e8e
parent74ac02eaf86dc039aeca39cdeca0b099ceeae957 (diff)
reword
-rw-r--r--debian/changelog8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 768cd6023..b7a40bae3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,13 +7,13 @@ git-annex (5.20150714) UNRELEASED; urgency=medium
edge cases of option parsing. (For example, the metadata command no
longer accepts the combination of --get and --set, which never actually
worked.)
- * Bash completion code is built-in to git-annex, and can be enabled by
- running: source <(git-annex --bash-completion-script git-annex)
+ * Bash completion file is now included in the git-annex source tree,
+ and installed into Debian package (and any other packages built using make
+ install). This bash completion is generated by the option parser, so it
+ covers commands, all options, and will never go out of date!
* 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.
* assistant --startdelay now works when run outside a git repository.
* dead now accepts multiple --key options.