Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6b6137e

Browse files
committed
Update copyright git skip comment.
1 parent bed762c commit 6b6137e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/copyright.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
find({wanted => \&wanted, no_chdir => 1}, '.');
2424

2525
sub wanted {
26-
# prevent corruption of git indexes, ./.git
26+
# prevent corruption of git indexes by ignoring any .git/
2727
if ($_ eq '.git')
2828
{
2929
$File::Find::prune = 1;

0 commit comments

Comments
 (0)