diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2008-02-21 16:21:49 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-02-27 18:13:40 -0800 |
commit | be5f5bf02706357794cdf093ebe603aa82ae52eb (patch) | |
tree | 333e4739863d6a36cdd89026052bccd619471917 /contrib/completion | |
parent | Merge branch 'maint' (diff) | |
download | tgif-be5f5bf02706357794cdf093ebe603aa82ae52eb.tar.xz |
completion: support format-patch's --cover-letter option
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/completion')
-rwxr-xr-x | contrib/completion/git-completion.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 8722a68795..8f70e1efc1 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -648,6 +648,7 @@ _git_format_patch () --in-reply-to= --full-index --binary --not --all + --cover-letter " return ;; |