Skip to content

Commit

Permalink
completion: Add --signature and format.signature
Browse files Browse the repository at this point in the history
Cc: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Stephen Boyd authored and Junio C Hamano committed Jun 16, 2010
1 parent 6622d9c commit d8e1e5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ _git_format_patch ()
--numbered --start-number
--numbered-files
--keep-subject
--signoff
--signoff --signature --no-signature
--in-reply-to= --cc=
--full-index --binary
--not --all
Expand Down Expand Up @@ -1726,6 +1726,7 @@ _git_config ()
format.headers
format.numbered
format.pretty
format.signature
format.signoff
format.subjectprefix
format.suffix
Expand Down

0 comments on commit d8e1e5d

Please sign in to comment.