diff options
| author | Bruce Momjian | 2012-01-02 03:27:27 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2012-01-02 03:27:27 +0000 |
| commit | 6b6137e4efebcd767a349099b3e048fbc7755cca (patch) | |
| tree | 52e9d6a6284b19fb9186c07cea0eb6aac0d00962 | |
| parent | bed762c81e6a7f62695d6c8acb78f15c8e85342e (diff) | |
Update copyright git skip comment.
| -rwxr-xr-x | src/tools/copyright.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/copyright.pl b/src/tools/copyright.pl index d52a67e347..739f182995 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; |
