summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2008-02-21 16:21:49 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-02-28 02:13:40 (GMT)
commitbe5f5bf02706357794cdf093ebe603aa82ae52eb (patch)
tree333e4739863d6a36cdd89026052bccd619471917 /contrib
parent6d21667206c4c2b10aad99eca1530a4f17c4e61d (diff)
downloadgit-be5f5bf02706357794cdf093ebe603aa82ae52eb.zip
git-be5f5bf02706357794cdf093ebe603aa82ae52eb.tar.gz
git-be5f5bf02706357794cdf093ebe603aa82ae52eb.tar.bz2
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-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 8722a68..8f70e1e 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
;;