diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-02-07 12:56:33 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-02-07 12:56:33 -0800 |
commit | 53828bb0654da620ed24bf50c721b6909f487daa (patch) | |
tree | c8e53473144ef4129e70aa76dd854b1fd1709d61 /contrib/completion | |
parent | Sync with maint (diff) | |
parent | completion: --edit-description option for git-branch (diff) | |
download | tgif-53828bb0654da620ed24bf50c721b6909f487daa.tar.xz |
Merge branch 'rt/completion-branch-edit-desc'
* rt/completion-branch-edit-desc:
completion: --edit-description option for git-branch
Diffstat (limited to 'contrib/completion')
-rwxr-xr-x | contrib/completion/git-completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 78be195838..a2965f7c6d 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 " ;; *) |