From 48c07d868419f1597e87dcb4743a0a9f5828daa9 Mon Sep 17 00:00:00 2001 From: Ralf Thielow Date: Sun, 29 Jan 2012 13:55:33 +0100 Subject: [PATCH] completion: --edit-description option for git-branch Signed-off-by: Ralf Thielow Signed-off-by: Junio C Hamano --- contrib/completion/git-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " ;; *) -- 2.11.4.GIT