Commit 6b6137e4 authored by Bruce Momjian's avatar Bruce Momjian

Update copyright git skip comment.

parent bed762c8
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment