We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2767741 commit 77b347dCopy full SHA for 77b347d
src/tools/pgcvslog
@@ -42,7 +42,7 @@ awk '
42
datetime=$2"-"$3
43
if (workingfile != "")
44
{
45
- # remove semicolon from committer's name
+ # remove semicolon from committers name
46
gsub(";", "", $5);
47
printf ("%s| %10d|%s\n", datetime, NR-2, workingfile);
48
printf ("%s| %10d|%s\n", datetime, NR-1, $0);
0 commit comments