author | Adam Roben <aroben@apple.com> | |
Thu, 28 Jun 2007 03:59:37 +0000 (20:59 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 28 Jun 2007 04:00:36 +0000 (21:00 -0700) | ||
commit | 5483c71d7ac06b4f16c646886abbb2d0f88a2855 | |
tree | 7279d4b81832e7d073bcba0039aaf6c97687c0cb | tree | snapshot |
parent | fe5e7f332c8a95680a869eaca8033213676cbc7b | commit | diff |
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>
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 | diff | blob | history | |
git-send-email.perl | diff | blob | history |