Re: git-completion.bash should not add a space after a ref

2013-01-13 Thread Junio C Hamano
Manlio Perillo writes: > This is not really a bug, but a small usability problem. > > When completing a reference, Bash will add a space after the reference name. > > As an example in: > > $git show master > > The problem is that an user may want to show a tree or blog object from > master: >

git-completion.bash should not add a space after a ref

2013-01-12 Thread Manlio Perillo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. This is not really a bug, but a small usability problem. When completing a reference, Bash will add a space after the reference name. As an example in: $git show master The problem is that an user may want to show a tree or blog object fro