aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRyan Anderson <ryan@michonline.com>2005-07-31 04:17:25 -0400
committerJunio C Hamano <junkio@cox.net>2005-08-02 22:53:12 -0700
commit83b24437c2c6262eeb1e4b36cd9cbb28331c141a (patch)
tree5a3cc88dcd590d87cd15b14b7c36a0c8c423e5ac /Makefile
parent70b9829ea73931f7e2f23fbe5f1853e0dca5ca12 (diff)
downloadgit-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--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dfb8c0a566..4622e039c0 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \