mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-23 19:39:53 +08:00
Improve CVS log grouping.
This commit is contained in:
parent
e8b83190a1
commit
88958ea875
@ -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…
Reference in New Issue
Block a user