diff options
author | Ralf Thielow <ralf.thielow@googlemail.com> | 2012-01-29 13:55:33 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-01-29 13:30:58 -0800 |
commit | 48c07d868419f1597e87dcb4743a0a9f5828daa9 (patch) | |
tree | 2820a579b9c6b3151fa632910c7948bccb070571 | |
parent | Git 1.7.9 (diff) | |
download | tgif-48c07d868419f1597e87dcb4743a0a9f5828daa9.tar.xz |
completion: --edit-description option for git-branch
Signed-off-by: Ralf Thielow <ralf.thielow@googlemail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-x | contrib/completion/git-completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 1496c6dc05..e44eefdf1c 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 " ;; *) |