summaryrefslogtreecommitdiffstats
path: root/remove-binary-diff.pl
diff options
context:
space:
mode:
Diffstat (limited to 'remove-binary-diff.pl')
-rwxr-xr-xremove-binary-diff.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/remove-binary-diff.pl b/remove-binary-diff.pl
index 520ac5d73..9048490ca 100755
--- a/remove-binary-diff.pl
+++ b/remove-binary-diff.pl
@@ -21,6 +21,8 @@ while(my $row = <>) {
@current_patch = ();
} elsif ($row =~ /Binary files (.)* differ$/) {
$is_binary = 1;
+ } elsif ($row =~ /GIT binary patch/) {
+ $is_binary = 1;
}
push (@current_patch, $row);
}