[lld] r234953 - temporary

Sean Silva chisophugis at gmail.com
Thu Apr 16 06:48:13 PDT 2015


On Wed, Apr 15, 2015 at 12:28 AM, Mark Lacey <mark.lacey at apple.com> wrote:

> 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
>


This is what I do too.

-- Sean Silva


>
> You can always type “all” at the first prompt if you’re certain you want
> to commit everything you have.
>
> Mark
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150416/1c1efa34/attachment.html>


More information about the llvm-commits mailing list