]> git.ipfire.org Git - thirdparty/git.git/commit - git-send-email.perl
git-send-email: make options easier to configure.
authorAdam Roben <aroben@apple.com>
Thu, 28 Jun 2007 03:59:37 +0000 (20:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Jun 2007 04:00:36 +0000 (21:00 -0700)
commit5483c71d7ac06b4f16c646886abbb2d0f88a2855
tree7279d4b81832e7d073bcba0039aaf6c97687c0cb
parentfe5e7f332c8a95680a869eaca8033213676cbc7b
git-send-email: make options easier to configure.

This change makes git-send-email's behavior easier to modify by adding config
equivalents for two more of git-send-email's flags.

The mapping of flag to config setting is:
  --[no-]supress-from => sendemail.suppressfrom
  --[no-]signed-off-cc => sendemail.signedoffcc

It renames the --threaded option to --thread/--no-thread; the
config variable is also called sendemail.thread.

Signed-off-by: Adam Roben <aroben@apple.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-send-email.txt
git-send-email.perl