completion: add --cc and --no-attachment option to format-patch
Signed-off-by: Stephen Boyd <bebarino@gmail.com> Trivially-Acked-By: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
77813151f9
commit
3f7df3a71a
@ -932,13 +932,13 @@ _git_format_patch ()
|
|||||||
case "$cur" in
|
case "$cur" in
|
||||||
--*)
|
--*)
|
||||||
__gitcomp "
|
__gitcomp "
|
||||||
--stdout --attach --thread
|
--stdout --attach --no-attach --thread
|
||||||
--output-directory
|
--output-directory
|
||||||
--numbered --start-number
|
--numbered --start-number
|
||||||
--numbered-files
|
--numbered-files
|
||||||
--keep-subject
|
--keep-subject
|
||||||
--signoff
|
--signoff
|
||||||
--in-reply-to=
|
--in-reply-to= --cc=
|
||||||
--full-index --binary
|
--full-index --binary
|
||||||
--not --all
|
--not --all
|
||||||
--cover-letter
|
--cover-letter
|
||||||
|
Reference in New Issue
Block a user