From 189a5755fc5ffd802e544bb174bd92b9d4f54756 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Mon, 11 Mar 2019 19:29:48 -0700 Subject: [PATCH] infra: Don't output color in .patch file (Plus include the stat at the top.) Signed-off-by: Tim 'mithro' Ansell --- .github/kokoro/db-full.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/kokoro/db-full.sh b/.github/kokoro/db-full.sh index 99eba2bd..e6475c20 100755 --- a/.github/kokoro/db-full.sh +++ b/.github/kokoro/db-full.sh @@ -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