stg mail: add basic support for git send-email
authorAlex Chiang <achiang@hp.com>
Fri, 5 Feb 2010 13:44:57 +0000 (13:44 +0000)
committerCatalin Marinas <catalin.marinas@gmail.com>
Fri, 5 Feb 2010 13:44:57 +0000 (13:44 +0000)
commit97ccbbbc20680dec863149e78e44acecaa6d5314
tree279c02fcd5eb66f1717ac8c19c02103c4a133d2c
parentc28b8841b551c763abd475ce38f9ca525e29d81b
stg mail: add basic support for git send-email

This is the first step in turning stg mail into a wrapper for
git send-email. It requires passing the --git option to stg mail
for now.

Only a few basic options are supported for now, namely To/Cc/Bcc.

git send-email options used:
  --suppress-cc=self prevent further information prompts
  --quiet reduce git send-email output

Cc: Karl Wiberg <kha@treskal.com>
Signed-off-by: Alex Chiang <achiang@hp.com>
Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
stgit/commands/mail.py