Skip to content

Commit ff9c082

Browse files
Michael J Grubergitster
authored andcommitted
completion: --set-upstream option for git-branch
Signed-off-by: Michael J Gruber <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 490544b commit ff9c082

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -797,6 +797,7 @@ _git_branch ()
797797
__gitcomp "
798798
--color --no-color --verbose --abbrev= --no-abbrev
799799
--track --no-track --contains --merged --no-merged
800+
--set-upstream
800801
"
801802
;;
802803
*)

0 commit comments

Comments
 (0)