git-send-email: Add negations and config equivalents for --suppress-from and --no...
commit00b2f6d97edb10dd0373ce8ff99d5d25601a8be7
authorAdam Roben <aroben@apple.com>
Wed, 27 Jun 2007 06:49:22 +0000 (26 23:49 -0700)
committerAdam Roben <aroben@apple.com>
Wed, 27 Jun 2007 06:49:22 +0000 (26 23:49 -0700)
treed9cf287c962d4e66fbfcd0684a110e4748a578f5
parentaeb59328453cd4f438345ea79ff04c96bccbbbb8
git-send-email: Add negations and config equivalents for --suppress-from and --no-signed-off-cc

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

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