This commit is contained in:
Joey Hess 2015-07-20 20:30:27 -04:00
parent bc9c33e846
commit 4043837050

8
debian/changelog vendored
View file

@ -7,13 +7,13 @@ git-annex (5.20150714) UNRELEASED; urgency=medium
edge cases of option parsing. (For example, the metadata command no edge cases of option parsing. (For example, the metadata command no
longer accepts the combination of --get and --set, which never actually longer accepts the combination of --get and --set, which never actually
worked.) worked.)
* Bash completion code is built-in to git-annex, and can be enabled by * Bash completion file is now included in the git-annex source tree,
running: source <(git-annex --bash-completion-script git-annex) 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 * As well as tab completing "git-annex" commands, "git annex" will also tab
complete. However, git's bash completion script needs a patch, complete. However, git's bash completion script needs a patch,
which I've submitted, for this to work prefectly. 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. * version --raw now works when run outside a git repository.
* assistant --startdelay now works when run outside a git repository. * assistant --startdelay now works when run outside a git repository.
* dead now accepts multiple --key options. * dead now accepts multiple --key options.