completion: Add --signature and format.signature
Cc: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Stephen Boyd <bebarino@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
6622d9c710
commit
d8e1e5df95
@ -1052,7 +1052,7 @@ _git_format_patch ()
|
|||||||
--numbered --start-number
|
--numbered --start-number
|
||||||
--numbered-files
|
--numbered-files
|
||||||
--keep-subject
|
--keep-subject
|
||||||
--signoff
|
--signoff --signature --no-signature
|
||||||
--in-reply-to= --cc=
|
--in-reply-to= --cc=
|
||||||
--full-index --binary
|
--full-index --binary
|
||||||
--not --all
|
--not --all
|
||||||
@ -1726,6 +1726,7 @@ _git_config ()
|
|||||||
format.headers
|
format.headers
|
||||||
format.numbered
|
format.numbered
|
||||||
format.pretty
|
format.pretty
|
||||||
|
format.signature
|
||||||
format.signoff
|
format.signoff
|
||||||
format.subjectprefix
|
format.subjectprefix
|
||||||
format.suffix
|
format.suffix
|
||||||
|
Reference in New Issue
Block a user