<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Aug 5, 2014 at 8:20 PM, Varnau, Steve (Trafodion) <span dir="ltr"><<a href="mailto:steve.varnau@hp.com" target="_blank">steve.varnau@hp.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="EN-US" link="#0563C1" vlink="#954F72">
<div>
<p class="MsoNormal"><font size="3" color="#1f497d" face="Calibri"><span style="font-size:12.0pt;font-family:"Calibri","sans-serif";color:#1f497d">Yuriy,<u></u><u></u></span></font></p>
<p class="MsoNormal"><font size="3" color="#1f497d" face="Calibri"><span style="font-size:12.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></font></p>
<p class="MsoNormal"><font size="3" color="#1f497d" face="Calibri"><span style="font-size:12.0pt;font-family:"Calibri","sans-serif";color:#1f497d">It looks like this would automate a standard workflow that my group often uses: multiple commits, create “delivery”
 branch, git merge --squash, git review.  That looks really useful.<u></u><u></u></span></font></p>
<p class="MsoNormal"><font size="3" color="#1f497d" face="Calibri"><span style="font-size:12.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></font></p>
<p class="MsoNormal"><font size="3" color="#1f497d" face="Calibri"><span style="font-size:12.0pt;font-family:"Calibri","sans-serif";color:#1f497d">Having it be repeatable is a bonus.</span></font></p>

</div></div></blockquote><div><br></div><div style>That's great! I'm glad to hear that there are more and more supporters for it.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div lang="EN-US" link="#0563C1" vlink="#954F72"><div>
<p class="MsoNormal"><font size="3" color="#1f497d" face="Calibri"><span style="font-size:12.0pt;font-family:"Calibri","sans-serif";color:#1f497d">Per last bullet of the implementation, I would not require not modifying current index/HEAD. A checkout back to
 working branch can be done at the end, right?</span></font></p></div></div></blockquote></div><div class="gmail_extra"><br></div>To make this magic commit we'll have to backtrack HEAD to the latest commit in master, then load tree from the latest commit in the feature branch to index and then do the commit. To do this properly without hurting worktree, messing index and losing HEAD I think it'd be safer to create a very small clone. As a bonus you won't have to stash your local changes or current index to run 'git review'.<br clear="all">

<div><br></div>-- <br><br><div>Kind regards, Yuriy.</div>
</div></div>