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:
Tim 'mithro' Ansell 2019-03-11 19:29:48 -07:00
parent 7d7630e976
commit 189a5755fc
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