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: https://git.lorimer.id.au/gitweb.git/diff_plain/be5f5bf02706357794cdf093ebe603aa82ae52eb?hp=--cc completion: support format-patch's --cover-letter option Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- be5f5bf02706357794cdf093ebe603aa82ae52eb 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 ;;