Skip to content

Commit 8205ff8

Browse files
szedergitster
authored andcommitted
bash: offer refs for 'git bisect start'
The completion script only offered path completion after 'git bisect start', although bad and good refs could also be specified before the doubledash. Signed-off-by: SZEDER Gábor <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c752e7f commit 8205ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ _git_bisect ()
912912
fi
913913

914914
case "$subcommand" in
915-
bad|good|reset|skip)
915+
bad|good|reset|skip|start)
916916
__gitcomp "$(__git_refs)"
917917
;;
918918
*)

0 commit comments

Comments
 (0)