summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Johannes Schindelin <Johannes.Schindelin@gmx.de>2008-02-21 16:21:49 +0000
committerLibravatar Junio C Hamano <gitster@pobox.com>2008-02-27 18:13:40 -0800
commitbe5f5bf02706357794cdf093ebe603aa82ae52eb (patch)
tree333e4739863d6a36cdd89026052bccd619471917
parentMerge branch 'maint' (diff)
downloadtgif-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>
-rwxr-xr-xcontrib/completion/git-completion.bash1
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
;;