mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Update copyright git skip comment.
This commit is contained in:
@ -23,7 +23,7 @@ print "Using current year: $year\n";
|
|||||||
find({wanted => \&wanted, no_chdir => 1}, '.');
|
find({wanted => \&wanted, no_chdir => 1}, '.');
|
||||||
|
|
||||||
sub wanted {
|
sub wanted {
|
||||||
# prevent corruption of git indexes, ./.git
|
# prevent corruption of git indexes by ignoring any .git/
|
||||||
if ($_ eq '.git')
|
if ($_ eq '.git')
|
||||||
{
|
{
|
||||||
$File::Find::prune = 1;
|
$File::Find::prune = 1;
|
||||||
|
Reference in New Issue
Block a user