Skip to content

Commit fd3a8dc

Browse files
tlikonenspearce
authored andcommitted
bash completion: Add --[no-]validate to "git send-email"
Signed-off-by: Teemu Likonen <[email protected]> Signed-off-by: Shawn O. Pearce <[email protected]>
1 parent ddc3d4f commit fd3a8dc

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
@@ -1141,7 +1141,8 @@ _git_send_email ()
11411141
--no-suppress-from --no-thread --quiet
11421142
--signed-off-by-cc --smtp-pass --smtp-server
11431143
--smtp-server-port --smtp-ssl --smtp-user --subject
1144-
--suppress-cc --suppress-from --thread --to"
1144+
--suppress-cc --suppress-from --thread --to
1145+
--validate --no-validate"
11451146
return
11461147
;;
11471148
esac

0 commit comments

Comments
 (0)