Skip to content

Commit

Permalink
Merge branch 'rt/completion-branch-edit-desc'
Browse files Browse the repository at this point in the history
* rt/completion-branch-edit-desc:
  completion: --edit-description option for git-branch
  • Loading branch information
gitster committed Feb 7, 2012
2 parents 65da088 + 48c07d8 commit 53828bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/completion/git-completion.bash
Expand Up @@ -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
"
;;
*)
Expand Down

0 comments on commit 53828bb

Please sign in to comment.