chiark / gitweb /
Implement the 'mail' command
authorCatalin Marinas <catalin.marinas@gmail.com>
Tue, 19 Jul 2005 16:30:45 +0000 (17:30 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Tue, 19 Jul 2005 16:30:45 +0000 (17:30 +0100)
commitb4bddc068e5440e8b747329df4db841a14483d85
treef6610773de9f0ba6d413b0c2588a44c76f4ced2e
parent8f4d71da1803d581f3329628a18ac1bc46b38068
Implement the 'mail' command

This command is used to send a series of patches via SMTP. The
.git/patchmail.tmpl file is used as the default template. A first message
template can be used with the --first option. Example templates are in
the examples/ directory.

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
examples/firstmail.tmpl [new file with mode: 0644]
examples/patchmail.tmpl [new file with mode: 0644]
stgit/commands/diff.py
stgit/commands/mail.py [new file with mode: 0644]
stgit/git.py
stgit/main.py
stgitrc