diff options
| author | Michael J Gruber <git@drmicha.warpmail.net> | 2010-05-26 10:46:41 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2010-05-28 15:05:53 -0700 |
| commit | ff9c0825cfb1840238b6019dddb52763ed96fc82 (patch) | |
| tree | 29a704f8d95bc2e62a536e773ec78506be357cf1 | |
| parent | 490544b1282416a033dc25481db205248ac0bfc8 (diff) | |
| download | git-ff9c0825cfb1840238b6019dddb52763ed96fc82.tar.gz | |
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>
| -rwxr-xr-x | contrib/completion/git-completion.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 545bd4b383..57245a8c01 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -797,6 +797,7 @@ _git_branch () __gitcomp " --color --no-color --verbose --abbrev= --no-abbrev --track --no-track --contains --merged --no-merged + --set-upstream " ;; *) |
