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/