summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9133261)
raw | patch | inline | side by side (parent: 9133261)
author | Ryan Anderson <ryan@michonline.com> | |
Mon, 1 Aug 2005 00:04:24 +0000 (20:04 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 3 Aug 2005 05:53:17 +0000 (22:53 -0700) |
Signed-off-by: Ryan Anderson <ryan@michonline.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-send-email-script | patch | blob | history |
diff --git a/git-send-email-script b/git-send-email-script
index c0d9eb8f1978c53aec15680e646e2362b75dd149..94d0f1da3a7de031ba5a8049031b3381297ddbc2 100755 (executable)
--- a/git-send-email-script
+++ b/git-send-email-script
#!/usr/bin/perl -w
-# horrible hack of a script to send off a large number of email messages, one after
-# each other, all chained together. This is useful for large numbers of patches.
#
-# Use at your own risk!!!!
-#
-# greg kroah-hartman Jan 8, 2002
-# <greg@kroah.com>
+# Copyright 2002,2005 Greg Kroah-Hartman <greg@kroah.com>
+# Copyright 2005 Ryan Anderson <ryan@michonline.com>
#
# GPL v2 (See COPYING)
#
# Ported to support git "mbox" format files by Ryan Anderson <ryan@michonline.com>
#
-# Sends emails to the email listed on the command line.
+# Sends a collection of emails to the given email addresses, disturbingly fast.
#
-# updated to give a valid subject and CC the owner of the patch - Jan 2005
-# first line of the message is who to CC,
-# and second line is the subject of the message.
+# Supports two formats:
+# 1. mbox format files (ignoring most headers and MIME formatting - this is designed for sending patches)
+# 2. The original format support by Greg's script:
+# first line of the message is who to CC,
+# and second line is the subject of the message.
#
use strict;