diff options
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 8 |
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. |