Re: [PATCH 0/2] Port `git submodule init` from shell to C

2016-04-12 Thread Junio C Hamano
Junio C Hamano writes: > Stefan Beller writes: > >> This is a resend of origin/sb/submodule-init (and it still applies on >> top of submodule-parallel-update) > > Resend, or update? There was some overlap with your recent series > that fixes "prefix" thing, IIRC. I've queued one possible reso

Re: [PATCH 0/2] Port `git submodule init` from shell to C

2016-04-12 Thread Junio C Hamano
Stefan Beller writes: > This is a resend of origin/sb/submodule-init (and it still applies on > top of submodule-parallel-update) Resend, or update? There was some overlap with your recent series that fixes "prefix" thing, IIRC. -- To unsubscribe from this list: send the line "unsubscribe git

[PATCH 0/2] Port `git submodule init` from shell to C

2016-04-12 Thread Stefan Beller
This is a resend of origin/sb/submodule-init (and it still applies on top of submodule-parallel-update) I squashed a change which Michael Haggerty proposed in one of the large cleanup series preparing for the new refs backend. (18/21) As that is the only fix in that series touching submodules, pi

[PATCH 0/2] Port `git submodule init` from shell to C

2016-03-14 Thread Stefan Beller
This applies on top of origin/sb/submodule-parallel-update. By having the `init` functionality in C, we can reference it easier from other parts in the code. Thanks for the reviews a long time ago! Junio, I fixed the NEEDSWORK comment for relative_url and thought about the memory allocation D

[PATCH 0/2] Port `git submodule init` from shell to C

2016-02-12 Thread Stefan Beller
This applies on top of the just sent series which is going to replace sb/submodule-parallel-update, replacing sb/submodule-init. * Using enums for the submodule update strategy now. Thanks, Stefan Stefan Beller (2): submodule: port resolve_relative_url from shell to C submodule: port init fr