Improve CVS log grouping.

This commit is contained in:
Bruce Momjian 2002-09-02 17:34:57 +00:00
parent e8b83190a1
commit 88958ea875

View File

@ -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:" \
{