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 c85b855 commit 0843577Copy full SHA for 0843577
scripts/gitdiff
@@ -135,7 +135,7 @@ while (<HANDLE>) {
135
my $path = $prefix . $filename;
136
if (!exists($allFiles{$path}) &&
137
include_me($path, \@include_patterns, \@exclude_patterns)) {
138
- printf("diff --git a/$filename b/$filename\n");
+ printf("diff --git $prefix$filename $prefix$filename\n");
139
printf("=== $path\n");
140
}
141
0 commit comments