Skip to content

Commit

Permalink
completion: add --set-upstream-to and --unset-upstream
Browse files Browse the repository at this point in the history
Remove --set-upstream as it's deprecated now.

Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Carlos Martín Nieto authored and Junio C Hamano committed Sep 11, 2012
1 parent b347d06 commit 04308e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,8 @@ _git_branch ()
__gitcomp "
--color --no-color --verbose --abbrev= --no-abbrev
--track --no-track --contains --merged --no-merged
--set-upstream --edit-description --list
--set-upstream-to= --edit-description --list
--unset-upstream
"
;;
*)
Expand Down

0 comments on commit 04308e9

Please sign in to comment.