From: Junio C Hamano Date: Tue, 7 Feb 2012 20:56:33 +0000 (-0800) Subject: Merge branch 'rt/completion-branch-edit-desc' X-Git-Tag: v1.7.10-rc0~119 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/53828bb0654da620ed24bf50c721b6909f487daa?ds=sidebyside;hp=-c Merge branch 'rt/completion-branch-edit-desc' * rt/completion-branch-edit-desc: completion: --edit-description option for git-branch --- 53828bb0654da620ed24bf50c721b6909f487daa diff --combined contrib/completion/git-completion.bash index 78be195838,e44eefdf1c..a2965f7c6d --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@@ -1152,7 -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 " ;; *) @@@ -1622,7 -1622,7 +1622,7 @@@ _git_log ( __git_merge_options=" --no-commit --no-stat --log --no-log --squash --strategy - --commit --stat --no-squash --ff --no-ff --ff-only + --commit --stat --no-squash --ff --no-ff --ff-only --edit --no-edit " _git_merge ()