From: Stephen Boyd Date: Mon, 23 Mar 2009 10:26:50 +0000 (-0700) Subject: completion: add --cc and --no-attachment option to format-patch X-Git-Tag: v1.6.3-rc0~98 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3f7df3a71a9cbab3c27d84f2410e7d39407f9013;p=git.git completion: add --cc and --no-attachment option to format-patch Signed-off-by: Stephen Boyd Trivially-Acked-By: Shawn O. Pearce Signed-off-by: Junio C Hamano --- diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 871924249..b96458f29 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -932,13 +932,13 @@ _git_format_patch () case "$cur" in --*) __gitcomp " - --stdout --attach --thread + --stdout --attach --no-attach --thread --output-directory --numbered --start-number --numbered-files --keep-subject --signoff - --in-reply-to= + --in-reply-to= --cc= --full-index --binary --not --all --cover-letter