Re: [PATCH] submodule: Port resolve_relative_url from shell to C

2015-12-16 Thread Stefan Beller
On Wed, Dec 9, 2015 at 10:48 PM, Johannes Sixt wrote: > Am 10.12.2015 um 02:07 schrieb Stefan Beller: >> >> This reimplements the helper function `resolve_relative_url` in shell >> in C. This functionality is needed in C for introducing the groups >> feature later on. When using groups, the user s

Re: [PATCH] submodule: Port resolve_relative_url from shell to C

2015-12-09 Thread Johannes Sixt
Am 10.12.2015 um 02:07 schrieb Stefan Beller: This reimplements the helper function `resolve_relative_url` in shell in C. This functionality is needed in C for introducing the groups feature later on. When using groups, the user should not need to run `git submodule init`, but it should be implic

[PATCH] submodule: Port resolve_relative_url from shell to C

2015-12-09 Thread Stefan Beller
This reimplements the helper function `resolve_relative_url` in shell in C. This functionality is needed in C for introducing the groups feature later on. When using groups, the user should not need to run `git submodule init`, but it should be implicit at all appropriate places, which are all in C