Skip to content

Commit

Permalink
completion: add --cc and --no-attachment option to format-patch
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Boyd authored and Junio C Hamano committed Mar 25, 2009
1 parent 7781315 commit 3f7df3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f7df3a

Please sign in to comment.