From cd9dacb1b95e029168aa09be11035d41433d7d1e Mon Sep 17 00:00:00 2001 From: Stricted Date: Mon, 17 Apr 2017 03:04:43 +0200 Subject: [PATCH] ignore whitespace warnings --- patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch.sh b/patch.sh index c9b0f93..7f4f02e 100755 --- a/patch.sh +++ b/patch.sh @@ -17,7 +17,7 @@ REPOSITORIES=( for repository in "${REPOSITORIES[@]}"; do cd "${ROOT}/${repository}" - git am --keep-cr "${ROOT}/vendor/extra/patches/${repository}"/* + git am --whitespace=nowarn --keep-cr "${ROOT}/vendor/extra/patches/${repository}"/* cd "${ROOT}" done -- 2.20.1