Code

Merge branch 'rt/completion-branch-edit-desc'
authorJunio C Hamano <gitster@pobox.com>
Tue, 7 Feb 2012 20:56:33 +0000 (12:56 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 Feb 2012 20:56:33 +0000 (12:56 -0800)
* rt/completion-branch-edit-desc:
  completion: --edit-description option for git-branch

contrib/completion/git-completion.bash

index 78be1958383da7cc2fd1ec22e3cd02e972874eb1..a2965f7c6da087acc60b901befe2529a44446647 100755 (executable)
@@ -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
                        "
                ;;
        *)