We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed762c commit 6b6137eCopy full SHA for 6b6137e
src/tools/copyright.pl
@@ -23,7 +23,7 @@
23
find({wanted => \&wanted, no_chdir => 1}, '.');
24
25
sub wanted {
26
- # prevent corruption of git indexes, ./.git
+ # prevent corruption of git indexes by ignoring any .git/
27
if ($_ eq '.git')
28
{
29
$File::Find::prune = 1;
0 commit comments