From: Carlos Martín Nieto Date: Sat, 1 Sep 2012 15:13:10 +0000 (+0200) Subject: completion: add --set-upstream-to and --unset-upstream X-Git-Tag: v1.8.0-rc0~50^2~1 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=04308e9dc456472fb38cc43df6b350a64e54883a;p=git-core%2Fgit.git completion: add --set-upstream-to and --unset-upstream Remove --set-upstream as it's deprecated now. Signed-off-by: Carlos Martín Nieto Signed-off-by: Junio C Hamano --- diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index ffedce751..4a4d30af3 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 " ;; *)