bash: offer only paths after '--' for 'git checkout'
Commit d773c631
(bash: offer only paths after '--', 2008-07-08) did the
same for several other git commands, but 'git checkout' went unnoticed.
Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
b302ddd2f8
commit
c84bb14ce5
@ -626,6 +626,8 @@ _git_bundle ()
|
||||
|
||||
_git_checkout ()
|
||||
{
|
||||
__git_has_doubledash && return
|
||||
|
||||
__gitcomp "$(__git_refs)"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user