Merge pull request #710 from SymbiFlow/diff-fix

infra: Don't output color in .patch file
This commit is contained in:
Tim Ansell 2019-03-12 10:00:29 -07:00 committed by GitHub
commit 1d93bd08f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ echo "----------------------------------------"
echo "----------------------------------------"
# Patch file
git diff \
--color --irreversible-delete --find-renames --find-copies --ignore-all-space origin/master \
--patch-with-stat --no-color --irreversible-delete --find-renames --find-copies origin/master \
> diff.patch
# Pretty HTML file version