mirror of https://github.com/openXC7/prjxray.git
infra: Don't output color in .patch file
(Plus include the stat at the top.) Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
parent
7d7630e976
commit
189a5755fc
|
|
@ -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