diff options
author | Ryan Anderson <ryan@michonline.com> | 2005-07-31 04:17:25 -0400 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-02 22:53:12 -0700 |
commit | 83b24437c2c6262eeb1e4b36cd9cbb28331c141a (patch) | |
tree | 5a3cc88dcd590d87cd15b14b7c36a0c8c423e5ac /Makefile | |
parent | 70b9829ea73931f7e2f23fbe5f1853e0dca5ca12 (diff) | |
download | git-83b24437c2c6262eeb1e4b36cd9cbb28331c141a.tar.gz |
[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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -68,6 +68,7 @@ SCRIPTS=git git-apply-patch-script git-merge-one-file-script git-prune-script \ git-request-pull-script git-bisect-script SCRIPTS += git-count-objects-script +SCRIPTS += git-send-email-script PROG= git-update-cache git-diff-files git-init-db git-write-tree \ git-read-tree git-commit-tree git-cat-file git-fsck-cache \ |