<p>Chris Ching has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22109">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Makefile.inc: remove '--global' flag from config check for gitconfig rule<br><br>As long as user.name and user.email are set, gitconfig should pass. This<br>handles if values are only set for the local repo, or if values are<br>stored in ~/.config/git/config<br><br>Change-Id: Ie01e7a155f9e6db35d5991e4303aad85fb277a06<br>Signed-off-by: Chris Ching <chingcodes@google.com><br>---<br>M Makefile.inc<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/22109/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/Makefile.inc b/Makefile.inc<br>index fefc8d1..ea56a09 100644<br>--- a/Makefile.inc<br>+++ b/Makefile.inc<br>@@ -595,7 +595,7 @@<br>       git config remote.origin.push HEAD:refs/for/master<br>    git config alias.sup '!git submodule update --remote --rebase && git submodule update --init --checkout'<br>      git config alias.sup-destroy '!git submodule deinit --force "$$(git rev-parse --show-toplevel)"; git submodule init && git submodule update --checkout'<br>-    (git config --global --includes user.name >/dev/null && git config --global --includes user.email >/dev/null) || (printf 'Please configure your name and email in git:\n\n git config --global user.name "Your Name Comes Here"\n git config --global user.email your.email@example.com\n'; exit 1)<br>+  (git config --includes user.name >/dev/null && git config --includes user.email >/dev/null) || (printf 'Please configure your name and email in git:\n\n git config --global user.name "Your Name Comes Here"\n git config --global user.email your.email@example.com\n'; exit 1)<br> <br> include util/crossgcc/Makefile.inc<br> <br></pre><p>To view, visit <a href="https://review.coreboot.org/22109">change 22109</a>. To unsubscribe, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/22109"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ie01e7a155f9e6db35d5991e4303aad85fb277a06 </div>
<div style="display:none"> Gerrit-Change-Number: 22109 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Chris Ching <chingcodes@google.com> </div>