Skip to content

Commit

Permalink
[PATCH] Cleanup initial comments, add copyright notices.
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Anderson <ryan@michonline.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Ryan Anderson authored and Junio C Hamano committed Aug 3, 2005
1 parent 9133261 commit f3d9f35
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions git-send-email-script
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit f3d9f35

Please sign in to comment.