<blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;"><p style="white-space: pre-wrap; word-wrap: break-word;">my --porcelain --long seems to be identical to just status:</p></blockquote><p style="white-space: pre-wrap; word-wrap: break-word;">I was wondering if --porcelain --long changed the output to "up-to-date" (with dashes) in your git version as well. But it seemed not to be the case because you did not modify the string to compare against.</p><p style="white-space: pre-wrap; word-wrap: break-word;">So I've added the version with dashes too, otherwise "gits status" is broken for me (patchset 9) and removed "--procelain" because it's irritating when it has no effect (patchset 11).</p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;"><p style="white-space: pre-wrap; word-wrap: break-word;">That said, if you want to change it to argparse so that it works and looks good, do go ahead in a follow-up patch. ok?</p></blockquote><p style="white-space: pre-wrap; word-wrap: break-word;">Done in patchset 10. I think it also looks good with argparse now, what do you think?</p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">  $ ./gits -h<br>  usage: gits [-h] {status,st,s,fetch,f,rebase,r,re,sh,do} ...</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">  gits: conveniently manage several git subdirectories. Instead of doing the 'cd<br>  foo; git status; cd ../bar; git status' dance, this helps to save your time<br>  with: status, fetch, rebase, ...</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">  optional arguments:<br>    -h, --help            show this help message and exit</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">  action:<br>    {status,st,s,fetch,f,rebase,r,re,sh,do}<br>      status (st, s)      show a branch summary and indicate modifications<br>      fetch (f)           run 'git fetch' in each clone (use before rebase)<br>      rebase (r, re)      interactively ff-merge master, rebase current branches<br>      sh                  run shell command in each clone (`gits sh echo hi`)<br>      do                  run git command in each clone (`gits do clean -dxf`)</pre><p>Patch set 11:<span style="border-radius: 3px; display: inline-block; margin: 0 2px; padding: 4px;background-color: #d4ffd4;">Verified +1</span><span style="border-radius: 3px; display: inline-block; margin: 0 2px; padding: 4px;background-color: #d4ffd4;">Code-Review +1</span></p><p><a href="https://gerrit.osmocom.org/11560">View Change</a></p><ul style="list-style: none; padding: 0;"></ul><p>To view, visit <a href="https://gerrit.osmocom.org/11560">change 11560</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.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://gerrit.osmocom.org/11560"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-dev </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: comment </div>
<div style="display:none"> Gerrit-Change-Id: I579e7af26d76d5c5d83b2349695456bc7b54f5a2 </div>
<div style="display:none"> Gerrit-Change-Number: 11560 </div>
<div style="display:none"> Gerrit-PatchSet: 11 </div>
<div style="display:none"> Gerrit-Owner: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-Comment-Date: Thu, 08 Nov 2018 10:46:59 +0000 </div>
<div style="display:none"> Gerrit-HasComments: No </div>
<div style="display:none"> Gerrit-HasLabels: Yes </div>