pgsql: Fix Perl copyright script to skip .git subdirectory; running it

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix Perl copyright script to skip .git subdirectory; running it
Date: 2012-01-01 22:59:18
Message-ID: E1RhUN4-0001qG-KK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2012-01-01 23:00:18 pgsql: Don't use tabs in Perl scripts, for consistency.
Previous Message Simon Riggs 2011-12-31 13:34:03 pgsql: Send new protocol keepalive messages to standby servers.