[LLVMdev] Git-Svn commit?

Sean Silva silvas at purdue.edu
Mon Dec 31 18:03:37 PST 2012


On Mon, Dec 31, 2012 at 6:20 PM, Renato Golin <rengolin at systemcall.org> wrote:
>> I believe that what git-svn does is commit everything in your branch
>> that isn't in mainline (i.e. `origin/master..HEAD`). I don't think it
>> really pays any attention to branches (besides moving them after
>> committing).
>
> As if it was an SVN tree, makes sense.

I'm not sure if this was clear from my description, but it will still
commit each commit in `origin/master..HEAD` individually.

-- Sean Silva



More information about the llvm-dev mailing list