Skip to content

Commit d8e1e5d

Browse files
bebarinogitster
authored andcommitted
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>
1 parent 6622d9c commit d8e1e5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/completion/git-completion.bash

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ _git_format_patch ()
10521052
--numbered --start-number
10531053
--numbered-files
10541054
--keep-subject
1055-
--signoff
1055+
--signoff --signature --no-signature
10561056
--in-reply-to= --cc=
10571057
--full-index --binary
10581058
--not --all
@@ -1726,6 +1726,7 @@ _git_config ()
17261726
format.headers
17271727
format.numbered
17281728
format.pretty
1729+
format.signature
17291730
format.signoff
17301731
format.subjectprefix
17311732
format.suffix

0 commit comments

Comments
 (0)