Skip to content

Commit

Permalink
bash completion: Add --[no-]validate to "git send-email"
Browse files Browse the repository at this point in the history
Signed-off-by: Teemu Likonen <tlikonen@iki.fi>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
  • Loading branch information
Teemu Likonen authored and Shawn O. Pearce committed Oct 3, 2008
1 parent ddc3d4f commit fd3a8dc
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 @@ -1141,7 +1141,8 @@ _git_send_email ()
--no-suppress-from --no-thread --quiet
--signed-off-by-cc --smtp-pass --smtp-server
--smtp-server-port --smtp-ssl --smtp-user --subject
--suppress-cc --suppress-from --thread --to"
--suppress-cc --suppress-from --thread --to
--validate --no-validate"
return
;;
esac
Expand Down

0 comments on commit fd3a8dc

Please sign in to comment.