Make stgit.config use git-repo-config.
[stgit] / stgit / commands / mail.py
2007-01-31 Yann DirsonMake stgit.config use git-repo-config.
2007-01-10 Catalin MarinasAllow e-mail aliases for the "mail" command
2006-12-12 Catalin MarinasAllow the mail command to send unapplied patches as...
2006-12-05 Karl HasselströmAsk git for author and committer name
2006-11-17 Catalin MarinasAdd a 'sender' configuration option
2006-11-17 Catalin MarinasOnly create a 'From: author' line if needed
2006-11-16 Catalin MarinasEdit the cover or patch message before e-mail encoding
2006-11-16 Karl HasselströmDon't mention deprecated template variables
2006-11-07 Catalin MarinasProperly encode the e-mail headers and body
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