chiark / gitweb /
Allow e-mail aliases for the "mail" command
authorCatalin Marinas <catalin.marinas@gmail.com>
Wed, 10 Jan 2007 19:38:26 +0000 (19:38 +0000)
committerCatalin Marinas <catalin.marinas@gmail.com>
Wed, 10 Jan 2007 19:38:26 +0000 (19:38 +0000)
commit79df2f0df89f382b63e4122aa15099a257a06463
treeef4195472cdcc9259696f266119de444b3072ce5
parent26f4a431939dc3a605773dded9c7c6bc1420de80
Allow e-mail aliases for the "mail" command

The addresses passed via options or in the template file can also be
aliases stored in the [aliases] section of the configuration
file. They get expanded automatically when building the patch or cover
e-mails.

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
examples/gitconfig
stgit/commands/common.py
stgit/commands/mail.py