]> granicus.if.org Git - postgresql/commitdiff
Update copyright git skip comment.
authorBruce Momjian <bruce@momjian.us>
Mon, 2 Jan 2012 03:27:27 +0000 (22:27 -0500)
committerBruce Momjian <bruce@momjian.us>
Mon, 2 Jan 2012 03:27:27 +0000 (22:27 -0500)
src/tools/copyright.pl

index d52a67e347d9ec52dd7838b28656ec19449a20d8..739f18299586e2e158164233a3bc6ce28067113e 100755 (executable)
@@ -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;