From 6b6137e4efebcd767a349099b3e048fbc7755cca Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 1 Jan 2012 22:27:27 -0500 Subject: [PATCH] Update copyright git skip comment. --- src/tools/copyright.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/copyright.pl b/src/tools/copyright.pl index d52a67e347d..739f1829958 100755 --- a/src/tools/copyright.pl +++ b/src/tools/copyright.pl @@ -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; -- 2.39.5