mirror of
https://github.com/git/git.git
synced 2026-04-12 01:40:10 +02:00
completion: --set-upstream option for git-branch
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
490544b128
commit
ff9c0825cf
@@ -797,6 +797,7 @@ _git_branch ()
|
||||
__gitcomp "
|
||||
--color --no-color --verbose --abbrev= --no-abbrev
|
||||
--track --no-track --contains --merged --no-merged
|
||||
--set-upstream
|
||||
"
|
||||
;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user