Skip to content

Commit

Permalink
Add "--ignore-all-space" to "diff-pr.sh"
Browse files Browse the repository at this point in the history
For the purposes of the review this script facilitates, whitespace is irrelevant.
  • Loading branch information
tianon committed Aug 3, 2018
1 parent 0e35985 commit dbfb3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diff-pr.sh
Expand Up @@ -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

0 comments on commit dbfb3f3

Please sign in to comment.