mirror of https://github.com/openXC7/prjxray.git
Merge pull request #710 from SymbiFlow/diff-fix
infra: Don't output color in .patch file
This commit is contained in:
commit
1d93bd08f3
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue