On 01/01/2012 05:59 PM, Bruce Momjian wrote:
> Fix Perl copyright script to skip .git subdirectory; running it on
> those files corrupts the index.
This patch looks a bit dubious. Instead of:
if ($File::Find::name =~ m{^\./\.git$})
I'd use:
if ($_ eq '.git')
cheers
andrew
In response to
Responses
pgsql-committers by date
| Next: | From: Bruce Momjian | Date: 2012-01-02 00:24:40 |
| Subject: Re: pgsql: Fix Perl copyright script to skip .git
subdirectory; running it |
| Previous: | From: Tom Lane | Date: 2012-01-01 23:42:27 |
| Subject: Re: pgsql: Update copyright notices for year 2012. |