Please make the following change to the patch, otherwise email address
(or other things within a <>) in the body of the change message are
improperly picked up.
Other than that minor problem, looks very nice.
thanks,
greg k-h
--- lk-changelog.pl~ Mon May 13 02:56:07 2002
+++ lk-changelog.pl Mon May 13 02:59:05 2002
@@ -81,7 +81,7 @@
while(<>) {
chomp;
- if (/<(.*?)>/) {
+ if (/^<(.*?)>/) {
$author = $1;
$first = 1;
} elsif ($first) {
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/