Эх сурвалжийг харах

Add "--ignore-all-space" to "diff-pr.sh"

For the purposes of the review this script facilitates, whitespace is irrelevant.
Tianon Gravi 7 жил өмнө
parent
commit
dbfb3f3cd5
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      diff-pr.sh

+ 1 - 1
diff-pr.sh

@@ -232,4 +232,4 @@ copy-tar tar temp
 rm -rf tar
 git -C temp add .
 
-git -C temp diff --minimal --find-copies="$findCopies" --find-copies-harder --irreversible-delete --staged
+git -C temp diff --minimal --ignore-all-space --find-copies="$findCopies" --find-copies-harder --irreversible-delete --staged