Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-02-08 00:56:33 +0400
committerJunio C Hamano <gitster@pobox.com>2012-02-08 00:56:33 +0400
commit53828bb0654da620ed24bf50c721b6909f487daa (patch)
treec8e53473144ef4129e70aa76dd854b1fd1709d61 /contrib
parent65da088244a1c220a6dbc5bf01c758b4b9df63b3 (diff)
parent48c07d868419f1597e87dcb4743a0a9f5828daa9 (diff)
Merge branch 'rt/completion-branch-edit-desc'
* rt/completion-branch-edit-desc: completion: --edit-description option for git-branch
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/completion/git-completion.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index 78be195838..a2965f7c6d 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -1152,7 +1152,7 @@ _git_branch ()
__gitcomp "
--color --no-color --verbose --abbrev= --no-abbrev
--track --no-track --contains --merged --no-merged
- --set-upstream
+ --set-upstream --edit-description
"
;;
*)