summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Anderson <ryan@michonline.com>2005-08-01 00:04:24 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-08-03 05:53:17 (GMT)
commitf3d9f3546b2280aa794922f97501dbf01fc97e38 (patch)
tree8269947637245005843391ddf814de27b6152f94
parent9133261f1e1be3409eebdfcc90a9c11ff942240c (diff)
downloadgit-f3d9f3546b2280aa794922f97501dbf01fc97e38.zip
git-f3d9f3546b2280aa794922f97501dbf01fc97e38.tar.gz
git-f3d9f3546b2280aa794922f97501dbf01fc97e38.tar.bz2
[PATCH] Cleanup initial comments, add copyright notices.
Signed-off-by: Ryan Anderson <ryan@michonline.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
-rwxr-xr-xgit-send-email-script18
1 files changed, 8 insertions, 10 deletions
diff --git a/git-send-email-script b/git-send-email-script
index c0d9eb8..94d0f1d 100755
--- a/git-send-email-script
+++ b/git-send-email-script
@@ -1,21 +1,19 @@
#!/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;