<p>Alex Thiessen has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/23248">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">util/gitconfig: Fix too long lines in gitconfig.sh<br><br>Change-Id: Iaff0852259f0a91fb4c906e1a01d77b92f8a49f1<br>Signed-off-by: Alex Thiessen <alex.thiessen+coreboot@gmail.com><br>---<br>M util/gitconfig/gitconfig.sh<br>1 file changed, 14 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/23248/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/util/gitconfig/gitconfig.sh b/util/gitconfig/gitconfig.sh</span><br><span>index 2f96fd4..182689a 100755</span><br><span>--- a/util/gitconfig/gitconfig.sh</span><br><span>+++ b/util/gitconfig/gitconfig.sh</span><br><span>@@ -44,7 +44,18 @@</span><br><span>           git config remote.origin.push HEAD:refs/for/master)</span><br><span>         fi</span><br><span> done</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> git config remote.origin.push HEAD:refs/for/master</span><br><span style="color: hsl(0, 100%, 40%);">-git config alias.sup '!git submodule update --remote --rebase && git submodule update --init --checkout'</span><br><span style="color: hsl(0, 100%, 40%);">-git config alias.sup-destroy '!git submodule deinit --force "$(git rev-parse --show-toplevel)"; git submodule init && git submodule update --checkout'</span><br><span style="color: hsl(0, 100%, 40%);">-(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)</span><br><span style="color: hsl(120, 100%, 40%);">+git config alias.sup "!git submodule update --remote --rebase \</span><br><span style="color: hsl(120, 100%, 40%);">+&& git submodule update --init --checkout"</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+git config alias.sup-destroy "!git submodule deinit --force \</span><br><span style="color: hsl(120, 100%, 40%);">+\"\$(git rev-parse --show-toplevel)\"; \</span><br><span style="color: hsl(120, 100%, 40%);">+git submodule init && git submodule update --checkout"</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+(git config --includes user.name >/dev/null \</span><br><span style="color: hsl(120, 100%, 40%);">+ && git config --includes user.email >/dev/null) \</span><br><span style="color: hsl(120, 100%, 40%);">+  || (printf "Please configure your name and email in git:\n\n\</span><br><span style="color: hsl(120, 100%, 40%);">+ git config --global user.name \"Your Name Comes Here\"\n\</span><br><span style="color: hsl(120, 100%, 40%);">+ git config --global user.email your.email@example.com\n"; \</span><br><span style="color: hsl(120, 100%, 40%);">+exit 1)</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/23248">change 23248</a>. To unsubscribe, or for help writing mail filters, 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/23248"/><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: Iaff0852259f0a91fb4c906e1a01d77b92f8a49f1 </div>
<div style="display:none"> Gerrit-Change-Number: 23248 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Alex Thiessen <alex.thiessen.de+coreboot@gmail.com> </div>