chiark / gitweb /
Allow e-mails to be sent with the Unix sendmail tool
authorCatalin Marinas <catalin.marinas@gmail.com>
Thu, 21 Aug 2008 09:45:05 +0000 (10:45 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Thu, 21 Aug 2008 22:12:14 +0000 (23:12 +0100)
If the stgit.smtpserver configuration option has an absolute file path
format, it is assumed to be an external tool. For example, to use
sendmail just set this variable to "/usr/sbin/sendmail -t -i" (see the
examples/gitconfig file).

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>

No differences found