]> git.ipfire.org Git - thirdparty/git.git/commit - git-send-email.perl
[PATCH] Add git-send-email-script - tool to send emails from git-format-patch-script
authorRyan Anderson <ryan@michonline.com>
Sun, 31 Jul 2005 08:17:25 +0000 (04:17 -0400)
committerJunio C Hamano <junkio@cox.net>
Wed, 3 Aug 2005 05:53:12 +0000 (22:53 -0700)
commit83b24437c2c6262eeb1e4b36cd9cbb28331c141a
tree5a3cc88dcd590d87cd15b14b7c36a0c8c423e5ac
parent70b9829ea73931f7e2f23fbe5f1853e0dca5ca12
[PATCH] Add git-send-email-script - tool to send emails from git-format-patch-script

This is based off of GregKH's script, send-lots-of-email.pl, and strives to do
all the nice things a good subsystem maintainer does when forwarding a patch or
50 upstream:

All the prior handlers of the patch, as determined by the
Signed-off-by: lines, and/or the author of the commit, are cc:ed on the
email.

All emails are sent as a reply to the previous email, making it easy to
skip a collection of emails that are uninteresting.

Signed-off-by: Ryan Anderson <ryan@michonline.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
git-send-email-script [new file with mode: 0755]