git-completion.bash: provide completion for 'show-branch'
commit2ca880fe54660869bc93a2302efced9ab64511d9
authorThomas Rast <trast@student.ethz.ch>
Wed, 23 Jul 2008 21:36:15 +0000 (23 23:36 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 24 Jul 2008 00:06:36 +0000 (23 17:06 -0700)
tree3f005db5360d69b59442fa7cc4d4ae48a896a27a
parent08c701d4761abf58dce607e84bf41fb280e38a9e
git-completion.bash: provide completion for 'show-branch'

It previously used the same as 'log', but the options are quite
different and the arguments must be single refs (or globs).

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash