Re: Changelogs on kernel.org

Tomas Szepe (szepe@pinerecords.com)
Mon, 13 May 2002 14:09:53 +0200


> [Marcus Alanen <marcus@infa.abo.fi>, May-13 2002, Mon, 14:52 +0300]
>
> Combining the efforts, the following almost makes coffee.

Neat!

> - Short mode
> - Full mode
> - Original mode
>
> The original mode you requested prints the e-mail address, I guess
> it should be the author's real name to look more nice.

Okay.. how about the name db? That seems to be the last feature missing.

> s/^\s*(.*)\s*$/$1/;
> $_ =~ s/\[PATCH\] //g;
> $_ =~ s/\s*PATCH //g;

s/^\s*(.*)\s*$/$1/;
s/^\[?PATCH\]?\s*//;

will be sufficient I believe. Also, the "/g" is not a good idea.

T.
-
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/