Re: Re: [PATCH v3 0/4] submodule config lookup API

2015-05-26 Thread Heiko Voigt
On Thu, May 21, 2015 at 11:40:44AM -0700, Junio C Hamano wrote: > Heiko Voigt writes: > > > This is finally the next iteration of the submodule config api. The last > > iteration can be found here: > > > > http://article.gmane.org/gmane.comp.version-control.git/252601 > > > > This iteration fixes

Re: Re: [PATCH v3 0/4] submodule config lookup API

2015-05-26 Thread Heiko Voigt
On Thu, May 21, 2015 at 08:50:11PM +0200, René Scharfe wrote: > Am 21.05.2015 um 19:06 schrieb Heiko Voigt: > >diff --git a/submodule-config.h b/submodule-config.h > >index 9061e4e..58afc83 100644 > >--- a/submodule-config.h > >+++ b/submodule-config.h > >@@ -24,6 +24,6 @@ const struct submodule *s

Re: [PATCH v3 0/4] submodule config lookup API

2015-05-21 Thread René Scharfe
Am 21.05.2015 um 19:06 schrieb Heiko Voigt: diff --git a/submodule-config.h b/submodule-config.h index 9061e4e..58afc83 100644 --- a/submodule-config.h +++ b/submodule-config.h @@ -24,6 +24,6 @@ const struct submodule *submodule_from_name(const unsigned char *commit_sha1, const c

Re: [PATCH v3 0/4] submodule config lookup API

2015-05-21 Thread Junio C Hamano
Heiko Voigt writes: > This is finally the next iteration of the submodule config api. The last > iteration can be found here: > > http://article.gmane.org/gmane.comp.version-control.git/252601 > > This iteration fixes the lookup of submodules by name > (submodule_from_name()) where one needed to