We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 574ee8a + 260d585 commit 55a3b3cCopy full SHA for 55a3b3c
contrib/completion/git-completion.bash
@@ -977,7 +977,7 @@ _git_branch ()
977
978
case "$cur" in
979
--set-upstream-to=*)
980
- __gitcomp "$(__git_refs)" "" "${cur##--set-upstream-to=}"
+ __gitcomp_nl "$(__git_refs)" "" "${cur##--set-upstream-to=}"
981
;;
982
--*)
983
__gitcomp "
@@ -1045,7 +1045,7 @@ _git_checkout ()
1045
1046
_git_cherry ()
1047
{
1048
- __gitcomp "$(__git_refs)"
+ __gitcomp_nl "$(__git_refs)"
1049
}
1050
1051
_git_cherry_pick ()
0 commit comments