|
|
@@ -61,8 +61,8 @@ while (<STDIN>) {
|
|
|
}
|
|
|
elsif ($cmd eq "log") {
|
|
|
# colorize certs
|
|
|
- s/(Revision:\s+)(\S+)/$color->{-inverse}$1$2$color->{-none}/o;
|
|
|
- s/((?:Ancestor|Author|Date|Branch|Tag):\s+)(\S+)/$1$color->{-standout}$2$color->{-none}/o;
|
|
|
+ s/(Revision:\s+)(.+)/$color->{-inverse}$1$2$color->{-none}/o;
|
|
|
+ s/((?:Ancestor|Author|Date|Branch|Tag):\s+)(.+)/$1$color->{-standout}$2$color->{-none}/o;
|
|
|
|
|
|
# colorize changelog text
|
|
|
if (m/---------------+/s) {
|