Code

git-notify: Optionally call mail(1) without "-a"
authorHolger Weiss <holger@zedat.fu-berlin.de>
Sat, 7 Nov 2009 09:40:22 +0000 (10:40 +0100)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Sat, 7 Nov 2009 09:40:22 +0000 (10:40 +0100)
commit71351c5a4db3a143ca23d7614c23e80b31bdd15c
tree6b68e0353946f5a8b81cd276ffc0a9ea5fe1f229
parent600fecab6a717aa35df2419a6f5205332dae356e
git-notify: Optionally call mail(1) without "-a"

Not all mail(1) implementations support specifying additional header
fields via "-a": with some, this flag is used for attaching files,
others don't provide an "-a" flag at all (this is true for the /bin/mail
utility currently installed on the SourceForge servers, for example).
We now provide the "-H" flag and the "notify.legacyMail" configuration
key for these cases.
tools/git-notify