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 | |
parent | 6d21667206c4c2b10aad99eca1530a4f17c4e61d (diff) | |
download | git-be5f5bf02706357794cdf093ebe603aa82ae52eb.tar.gz git-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')
-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 8722a6879..8f70e1efc 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 ;; |