Commit 88958ea8 authored by Bruce Momjian's avatar Bruce Momjian

Improve CVS log grouping.

parent e8b83190
......@@ -56,7 +56,7 @@ awk ' BEGIN {html="'"$HTML"'"; lineno = 0;}
}
# if we have a saved datetime, print filename, date line, and committer
datetime != "" {printf ("%s| %10d| %s\n", datetime, lineno++, $0);}
datetime != "" && $1 != "branches:" {printf ("%s| %10d| %s\n", datetime, lineno++, $0);}
$1 == "date:" \
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment