Re: Re: [PATCH 0/5] submodule config lookup API

2014-06-17 Thread Heiko Voigt
On Mon, Jun 16, 2014 at 10:58:25AM -0700, Junio C Hamano wrote:
 Heiko Voigt hvo...@hvoigt.net writes:
 
  On Thu, Jun 12, 2014 at 02:59:23PM -0700, Junio C Hamano wrote:
  Heiko Voigt hvo...@hvoigt.net writes:
  
t/t7410-submodule-config.sh  | 141 
  
  We already use 7410 for something else in 'pu'; please avoid dups
  waiting to happen.
 
  Sorry about that. Should I use 7411 even though that other series is
  still work in progress?
 
 Surely.
 
 What would be an alternative?  Tell the other series to rename?  ;-)

Don't know. Of course not ;-) Will rename.
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/5] submodule config lookup API

2014-06-16 Thread Junio C Hamano
Heiko Voigt hvo...@hvoigt.net writes:

 On Thu, Jun 12, 2014 at 02:59:23PM -0700, Junio C Hamano wrote:
 Heiko Voigt hvo...@hvoigt.net writes:
 
   t/t7410-submodule-config.sh  | 141 
 
 We already use 7410 for something else in 'pu'; please avoid dups
 waiting to happen.

 Sorry about that. Should I use 7411 even though that other series is
 still work in progress?

Surely.

What would be an alternative?  Tell the other series to rename?  ;-)
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/5] submodule config lookup API

2014-06-13 Thread Jens Lehmann
Am 13.06.2014 00:04, schrieb Junio C Hamano:
 Hmph, this seems to conflict in a meaningful (and painful) way with
 Jens's jl/submodule-recursive-checkout.

Then you might wanna drop my series for now, I need to rebase it
above Heiko's series myself to make new submodules work anyway.
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/5] submodule config lookup API

2014-06-13 Thread Junio C Hamano
Jens Lehmann jens.lehm...@web.de writes:

 Am 13.06.2014 00:04, schrieb Junio C Hamano:
 Hmph, this seems to conflict in a meaningful (and painful) way with
 Jens's jl/submodule-recursive-checkout.

 Then you might wanna drop my series for now, I need to rebase it
 above Heiko's series myself to make new submodules work anyway.

Thanks, that makes my pile smaller by one topic ;-)
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/5] submodule config lookup API

2014-06-13 Thread Heiko Voigt
On Thu, Jun 12, 2014 at 02:59:23PM -0700, Junio C Hamano wrote:
 Heiko Voigt hvo...@hvoigt.net writes:
 
   t/t7410-submodule-config.sh  | 141 
 
 We already use 7410 for something else in 'pu'; please avoid dups
 waiting to happen.

Sorry about that. Should I use 7411 even though that other series is
still work in progress?
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/5] submodule config lookup API

2014-06-12 Thread Junio C Hamano
Heiko Voigt hvo...@hvoigt.net writes:

  t/t7410-submodule-config.sh  | 141 

We already use 7410 for something else in 'pu'; please avoid dups
waiting to happen.

  test-hashmap.c   |   6 +-
  test-submodule-config.c  |  74 
  18 files changed, 791 insertions(+), 107 deletions(-)
  create mode 100644 Documentation/technical/api-submodule-config.txt
  create mode 100644 submodule-config.c
  create mode 100644 submodule-config.h
  create mode 100755 t/t7410-submodule-config.sh
  create mode 100644 test-submodule-config.c
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/5] submodule config lookup API

2014-06-12 Thread Junio C Hamano
Hmph, this seems to conflict in a meaningful (and painful) way with
Jens's jl/submodule-recursive-checkout.

--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html