<table><tr><td style="">rkflx added subscribers: ngraham, rkflx.<br />rkflx added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D11146">View Revision</a></tr></table><br /><div><div><blockquote style="border-left: 3px solid #8C98B8;
          color: #6B748C;
          font-style: italic;
          margin: 4px 0 12px 0;
          padding: 8px 12px;
          background-color: #F8F9FC;">
<div style="font-style: normal;
          padding-bottom: 4px;">In <a href="https://phabricator.kde.org/D11146#221918" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">D11146#221918</a>, <a href="https://phabricator.kde.org/p/ahmadsamir/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;">@ahmadsamir</a> wrote:</div>
<div style="margin: 0;
          padding: 0;
          border: 0;
          color: rgb(107, 116, 140);"><blockquote style="border-left: 3px solid #8C98B8;
          color: #6B748C;
          font-style: italic;
          margin: 4px 0 12px 0;
          padding: 8px 12px;
          background-color: #F8F9FC;">
<div style="font-style: normal;
          padding-bottom: 4px;">In <a href="https://phabricator.kde.org/D11146#221647" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">D11146#221647</a>, <a href="https://phabricator.kde.org/p/hindenburg/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;">@hindenburg</a> wrote:</div>
<div style="margin: 0;
          padding: 0;
          border: 0;
          color: rgb(107, 116, 140);"><p>Are you using arc?  If not perhaps it will make it easier.  I see your name is not attached to the patch.</p></div>
</blockquote>

<p>Using arc diff to submit a new diff is OK, but I find that using it to update a diff isn't that intuitive (git I can try an understand, but arc on top of git is just an extra hoop to jump through for me); I'd rather just persevere through the web UI.</p></div>
</blockquote>

<p>Sorry to chime in again, but as part of <a href="https://phabricator.kde.org/T7116" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">T7116: Streamlined onboarding of new contributors</a> it is incredibly important to not work around (perceived) issues with Arcanist, but to improve our <a href="https://community.kde.org/Infrastructure/Phabricator#Step_2:_Update_your_diff" class="remarkup-link" target="_blank" rel="noreferrer">documentation</a>. By all means, please let me know what you miss there, because IMO it really is much easier than using Git and the web uploader:</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="bash" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);"><span style="color: #74777d"># setup</span>
git checkout master
arc feature updownkeys

<span style="color: #74777d"># do initial work</span>
arc diff

<span style="color: #74777d"># do more work</span>
arc diff

<span style="color: #74777d"># do more work</span>
arc diff</pre></div>

<p>IOW, instead of <tt style="background: #ebebeb; font-size: 13px;">git diff</tt>, you can just use <tt style="background: #ebebeb; font-size: 13px;">arc diff</tt>. Note that this will still work even if you have multiple local commits, because it diffs against the upstream tracking branch set by <tt style="background: #ebebeb; font-size: 13px;">arc feature</tt>, e.g. <tt style="background: #ebebeb; font-size: 13px;">master</tt> in this case.</p>

<hr class="remarkup-hr" />

<p><a href="https://phabricator.kde.org/p/ngraham/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;">@ngraham</a> The Phab wiki page is missing something about how to set the author in Git's config. Do we have a snippet elsewhere which could just be copied? Any help appreciated! ;)</p>

<p><a href="https://phabricator.kde.org/p/ngraham/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;">@ngraham</a> Should we change the wiki to my example above, and mention <tt style="background: #ebebeb; font-size: 13px;">git commit</tt> only in a side note? After all, <tt style="background: #ebebeb; font-size: 13px;">arc diff</tt> will prompt if there are unstage changes, or you could specify <tt style="background: #ebebeb; font-size: 13px;">arc diff -a</tt>.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R319 Konsole</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D11146">https://phabricator.kde.org/D11146</a></div></div><br /><div><strong>To: </strong>ahmadsamir, hindenburg<br /><strong>Cc: </strong>rkflx, ngraham, Konsole, herrold, hindenburg<br /></div>