pgsql: Fix Perl copyright script to skip .git subdirectory; running it - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Fix Perl copyright script to skip .git subdirectory; running it
Date
Msg-id E1RhUN4-0001qG-KK@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Fix Perl copyright script to skip .git subdirectory; running it  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-committers
Fix Perl copyright script to skip .git subdirectory;  running it on
those files corrupts the index.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9f60880207c6c7d00a2e4e4d904ef720de58f45b

Modified Files
--------------
src/tools/copyright.pl |    9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: pgsql: Send new protocol keepalive messages to standby servers.
Next
From: Bruce Momjian
Date:
Subject: pgsql: Don't use tabs in Perl scripts, for consistency.