Improve CVS log grouping.

REL7_3_STABLE
Bruce Momjian 23 years ago
parent e8b83190a1
commit 88958ea875
  1. 2
      src/tools/pgcvslog

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

Loading…
Cancel
Save