[lld] r234953 - temporary

Mark Lacey mark.lacey at apple.com
Tue Apr 14 16:28:33 PDT 2015


Hi Rui,

> On Apr 14, 2015, at 4:21 PM, Rui Ueyama <ruiu at google.com> wrote:
> 
> 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.
> 
> 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.

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:
  sdi = svn dcommit --interactive

You can always type “all” at the first prompt if you’re certain you want to commit everything you have.

Mark





More information about the llvm-commits mailing list