-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: git thought some php files were binary and refused to diff (#928)
* fix: git thought some php files were binary and refused to diff Pass the --binary flag to git diff so it can diff files no matter if they're binary or text. Fixes #918 * fix: add the --binary flag to one more 'git diff' statement About 1/3 of the APIs are still failing due to binary files. * fix: don't attempt to parse the result of git diff as text * fix: update regex code to work with binary * fix: yet another binary-utf8 issue
- Loading branch information
1 parent
d1bb917
commit a38d9db
Showing
4 changed files
with
26 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters