Merge branch 'rt/completion-branch-edit-desc'

* rt/completion-branch-edit-desc:
  completion: --edit-description option for git-branch
This commit is contained in:
Junio C Hamano 2012-02-07 12:56:33 -08:00
commit 53828bb065

View File

@ -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
"
;;
*)