diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-09-14 13:19:04 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-09-14 13:19:04 -0400 |
commit | d8bc62fed9ae2e85235fde7a6cba5f522daf6014 (patch) | |
tree | e4060fe221ab3dcb6ab2223e031987df6bfb7dbe /debian | |
parent | e323354b4ca2a44baae8223b9dd47aaab234a56a (diff) |
Improve bash completion, so it completes names of remotes and backends in appropriate places.
Not necessarily everywhere, but a lot of the most often used places.
Re the use of .Internal, see
https://github.com/pcapriotti/optparse-applicative/issues/155
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 92b6b16ab..3368da953 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,8 @@ git-annex (5.20150825) UNRELEASED; urgency=medium --no-content options to specify the (current) default behavior. * annex.hardlink extended to also try to use hard links when copying from the repository to a remote. + * Improve bash completion, so it completes names of remotes and backends + in appropriate places. -- Joey Hess <id@joeyh.name> Tue, 01 Sep 2015 14:46:18 -0700 |