chiark / gitweb /
Infrastructure for current directory handling
[stgit] / stgit / commands / mail.py
2007-10-07 Karl HasselströmInfrastructure for current directory handling
2007-09-11 Karl HasselströmAdd shortlog of patch series to cover mail
2007-09-11 Karl HasselströmAdd diffstat of whole patch series to cover mail
2007-08-26 Karl HasselströmRefactor output handling to break circular dependency
2007-08-20 Karl HasselströmAdd an --smtp-server commandline option to "stg mail"
2007-08-20 Pavel RoskinAsk for SMTP password if it's not provided
2007-08-20 Pavel RoskinAdd support for SMTP over Transport Layer Security...
2007-07-16 Yann DirsonDisplay a message when the server refused some recipients.
2007-07-13 Catalin MarinasAdd the --unrelated option to mail
2007-06-12 Yann DirsonHave mail take the default for --prefix from stgit...
2007-06-02 Yann DirsonAdd new --diff-opts/-O flag to diff- and status-related...
2007-06-02 Yann DirsonMake diff flags handling more modular.
2007-05-22 Petr BaudisStGIT: Support Cc: fields in stg mail --auto
2007-05-21 Karl HasselströmRefactor message printing
2007-05-21 Karl HasselströmAdd --binary flag to commands that generate diffs
2007-02-28 Yann DirsonFactorize editor handling.
2007-02-21 Catalin MarinasFix the mail command to parse longer address headers
2007-02-05 Catalin MarinasStop the e-mail sending if editor fails
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