mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
Oops. Remove extra semicolon in comment.
This commit is contained in:
@ -42,7 +42,7 @@ awk '
|
|||||||
datetime=$2"-"$3
|
datetime=$2"-"$3
|
||||||
if (workingfile != "")
|
if (workingfile != "")
|
||||||
{
|
{
|
||||||
# remove semicolon from committer's name
|
# remove semicolon from committers name
|
||||||
gsub(";", "", $5);
|
gsub(";", "", $5);
|
||||||
printf ("%s| %10d|%s\n", datetime, NR-2, workingfile);
|
printf ("%s| %10d|%s\n", datetime, NR-2, workingfile);
|
||||||
printf ("%s| %10d|%s\n", datetime, NR-1, $0);
|
printf ("%s| %10d|%s\n", datetime, NR-1, $0);
|
||||||
|
Reference in New Issue
Block a user