From: Johannes Schindelin Date: Thu, 21 Feb 2008 16:21:49 +0000 (+0000) Subject: completion: support format-patch's --cover-letter option X-Git-Tag: v1.5.5-rc0~126 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=be5f5bf02706357794cdf093ebe603aa82ae52eb;p=git.git completion: support format-patch's --cover-letter option Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- 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 ;;