Skip to content
Snippets Groups Projects
Commit 88958ea8 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Improve CVS log grouping.

parent e8b83190
Branches
Tags
No related merge requests found
......@@ -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:" \
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment