We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6f1e35 commit 20e94fbCopy full SHA for 20e94fb
git-normalize-pathnames
@@ -20,8 +20,9 @@ use warnings;
20
print "Scanning repo...\n";
21
22
# Query all pathnames ever used in the Git repo in new to old order
23
+# Also disable all rename detection
24
my @pathnames
- = `git -c diff.renameLimit=0 log --branches --name-only --pretty=format:`;
25
+ = `git -c diff.rename=0 log --branches --name-only --pretty=format:`;
26
27
# Generate list of case sensitive unique pathnames
28
my %seen_cs;
0 commit comments