Browse Source

Revert "breaks-rewrites" addition to diff-pr -- it causes more issues generally than it helps

Tianon Gravi 7 years ago
parent
commit
667443bb39
1 changed files with 0 additions and 2 deletions
  1. 0 2
      diff-pr.sh

+ 0 - 2
diff-pr.sh

@@ -17,7 +17,6 @@ usage() {
 allFiles=
 listTarballContents=1
 findCopies='20%'
-breakRewrites='20%/80%'
 
 uninterestingTarballContent=(
 	# "config_diff_2017_01_07.log"
@@ -237,7 +236,6 @@ git -C temp diff \
 	--minimal \
 	--ignore-all-space \
 	--find-renames="$findCopies" \
-	--break-rewrites="$breakRewrites" \
 	--find-copies="$findCopies" \
 	--find-copies-harder \
 	--irreversible-delete \