From 698113c957a7b8608dff5668af4f44cfd6800b46 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 27 Jun 2016 23:14:43 -0700 Subject: Don't warn about whitespace errors when applying patches --- scripts/fetch-git.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/fetch-git.rc') diff --git a/scripts/fetch-git.rc b/scripts/fetch-git.rc index fec6a809..c01de87b 100755 --- a/scripts/fetch-git.rc +++ b/scripts/fetch-git.rc @@ -12,6 +12,6 @@ cd $1 git submodule update --init --checkout src if([ -d patch ]) { patches=patch/* - git -C src am ../$patches + git -C src am '--whitespace=nowarn' ../$patches } status=() -- cgit v1.2.3