ignore whitespace warnings when applying patches

This commit is contained in:
Daniel Micay 2019-08-17 06:23:16 -04:00
parent 992b7a0e84
commit 8bcdd24e9c

View File

@ -298,7 +298,7 @@ git checkout $CORRECT_BRANCH_OR_TAG</pre>
<p>Apply the GrapheneOS patches on top of the tagged release:</p> <p>Apply the GrapheneOS patches on top of the tagged release:</p>
<pre>cd src <pre>cd src
git am ../*.patch</pre> git am --whitespace=nowarn ../*.patch</pre>
<p>Generate a signing key for Vanadium if this is the initial build (the sample <p>Generate a signing key for Vanadium if this is the initial build (the sample
password configured in args.gn is <code>vanadiumpass</code>):</p> password configured in args.gn is <code>vanadiumpass</code>):</p>