Update copyright git skip comment.

This commit is contained in:
Bruce Momjian 2012-01-01 22:27:27 -05:00
parent bed762c81e
commit 6b6137e4ef

View File

@ -23,7 +23,7 @@ print "Using current year: $year\n";
find({wanted => \&wanted, no_chdir => 1}, '.');
sub wanted {
# prevent corruption of git indexes, ./.git
# prevent corruption of git indexes by ignoring any .git/
if ($_ eq '.git')
{
$File::Find::prune = 1;