Allow hand-editing of patches before sending
[stgit] / stgit / commands / mail.py
2006-11-02 Karl HasselströmAllow hand-editing of patches before sending
2006-10-27 Catalin MarinasAdd the 'autobcc' config option
2006-10-27 Robin RosenbergAdd an optional prefix to the PATCH subject when mailing.
2006-10-20 Catalin MarinasAdd --auto option to 'mail'
2006-10-17 Robin RosenbergFix the --cover option.
2006-09-15 Catalin MarinasAdd the --noreply option to 'mail'
2006-08-11 Catalin MarinasUse the ".." syntax for patch ranges
2006-07-10 Catalin MarinasAdd a common function for reading template files
2006-05-18 Karl HasselströmHandle branch names with slashes
2006-05-02 Yann DirsonLook for templates in ~/.stgit/templates as well
2006-03-28 Catalin MarinasAdd extra headers to the e-mail messages
2006-03-28 Catalin MarinasRemove the checking for the default configuration values
2006-03-28 Catalin MarinasCreate stgit/basedir.py for determining the .git directory
2006-03-28 Catalin MarinasAdd the "smtpdelay" config option
2006-02-17 Catalin MarinasAdd --mbox option to the 'mail' command
2006-02-17 Karl Hasselstr\ömUse --refid option even when sending a cover mail
2005-11-30 Chuck LeverUse git-rev-parse to find the local GIT repository
2005-11-04 Chuck LeverReplace a variable that uses the same name as a built-in
2005-11-04 Catalin MarinasAdd a space after ',' when building the e-mail recipien...
2005-10-27 Chuck Lever"stg mail" doesn't distinguish between unapplied and...
2005-10-21 Catalin MarinasAllow the editing of the cover message before sending...
2005-09-18 Catalin MarinasFix the version_str assignment in mail.py
2005-09-18 Pierre OssmanBetter mail handling in stgit
2005-09-17 Paolo 'Blaisorblad... Fix "stg mail" address parsing for hyphen
2005-09-17 Paolo 'Blaisorblad... Allow mailing a given patch list
2005-09-17 Paolo 'Blaisorblad... Fix "mail" command when description contains "From"
2005-09-13 Catalin MarinasAdd a --branch option to different commands
2005-09-13 Catalin MarinasAdd a --version=... option to the mail command
2005-08-03 Catalin MarinasAdd the 'number' variable to the e-mail template
2005-07-29 Catalin MarinasAdd '%(maintainer)s' variable to the e-mail template
2005-07-28 Catalin Marinas'mail' to use the global template file
2005-07-24 Catalin MarinasImprove the help message for commands
2005-07-21 Bryan larsenAdd authentication capability to the mail command
2005-07-20 Catalin MarinasMake the 'mail' command a bit safer
2005-07-19 Catalin MarinasImplement the 'mail' command