diff options
author | Carlos Martín Nieto <cmn@elego.de> | 2012-09-01 17:13:10 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-09-11 10:02:12 -0700 |
commit | 04308e9dc456472fb38cc43df6b350a64e54883a (patch) | |
tree | b02fbbcbdeada17b92ecc4a9412a905ae8ec1823 /contrib/completion/git-completion.bash | |
parent | branch: deprecate --set-upstream and show help if we detect possible mistaken... (diff) | |
download | tgif-04308e9dc456472fb38cc43df6b350a64e54883a.tar.xz |
completion: add --set-upstream-to and --unset-upstream
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>
Diffstat (limited to 'contrib/completion/git-completion.bash')
-rw-r--r-- | contrib/completion/git-completion.bash | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index ffedce751c..4a4d30af30 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -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 " ;; *) |