<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 15, 2015 at 12:28 AM, Mark Lacey <span dir="ltr"><<a href="mailto:mark.lacey@apple.com" target="_blank">mark.lacey@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Rui,<br>
<span class=""><br>
> On Apr 14, 2015, at 4:21 PM, Rui Ueyama <<a href="mailto:ruiu@google.com">ruiu@google.com</a>> wrote:<br>
><br>
> My bad. I usually have multiple local commits so that I can incrementally create a change (so that something goes wrong I can roll it back to the last checkpoint). And then before committing I squash these changes.<br>
><br>
> Is there any way to stop git svn dcommit commiting from commiting more than one changes? If there are multiple changes awaiting, it's almost always temporary commits.<br>
<br>
</span>My approach for avoiding this very mistake is to use an alias that forces me to agree to committing each change. From my .gitconfig alias section:<br>
  sdi = svn dcommit --interactive<br></blockquote><div><br></div><div><br></div><div>This is what I do too.</div><div><br></div><div>-- Sean Silva</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
You can always type “all” at the first prompt if you’re certain you want to commit everything you have.<br>
<span class="HOEnZb"><font color="#888888"><br>
Mark<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
</div></div></blockquote></div><br></div></div>