Re: Re: [PATCH] submodule : Add --no-separate-git-dir option to add and update command.

2014-03-11 Thread Henri GEIST
Le mardi 11 mars 2014 à 21:11 +0100, Heiko Voigt a écrit : > On Tue, Mar 11, 2014 at 10:55:03AM +0100, Henri GEIST wrote: > > Le lundi 10 mars 2014 à 21:32 +0100, Heiko Voigt a écrit : > > > On Mon, Mar 10, 2014 at 10:08:06AM +0100, Henri GEIST wrote: > > > > Le samedi 08 mars 2014 à 00:00 +0100, J

Re: Re: [PATCH] submodule : Add --no-separate-git-dir option to add and update command.

2014-03-11 Thread Heiko Voigt
On Tue, Mar 11, 2014 at 10:55:03AM +0100, Henri GEIST wrote: > Le lundi 10 mars 2014 à 21:32 +0100, Heiko Voigt a écrit : > > On Mon, Mar 10, 2014 at 10:08:06AM +0100, Henri GEIST wrote: > > > Le samedi 08 mars 2014 à 00:00 +0100, Jens Lehmann a écrit : > > > > Am 06.03.2014 23:20, schrieb Henri GE

Re: [PATCH] submodule : Add --no-separate-git-dir option to add and update command.

2014-03-11 Thread Henri GEIST
Le lundi 10 mars 2014 à 21:32 +0100, Heiko Voigt a écrit : > On Mon, Mar 10, 2014 at 10:08:06AM +0100, Henri GEIST wrote: > > Le samedi 08 mars 2014 à 00:00 +0100, Jens Lehmann a écrit : > > > Am 06.03.2014 23:20, schrieb Henri GEIST: > > > >> What is the use case you are trying to solve and why ca

Re: [PATCH] submodule : Add --no-separate-git-dir option to add and update command.

2014-03-10 Thread Heiko Voigt
On Mon, Mar 10, 2014 at 10:08:06AM +0100, Henri GEIST wrote: > Le samedi 08 mars 2014 à 00:00 +0100, Jens Lehmann a écrit : > > Am 06.03.2014 23:20, schrieb Henri GEIST: > > >> What is the use case you are trying to solve and why can that > > >> not be handled by adding "subsubmodule" inside "submo

Re: [PATCH] submodule : Add --no-separate-git-dir option to add and update command.

2014-03-10 Thread Henri GEIST
Le samedi 08 mars 2014 à 00:00 +0100, Jens Lehmann a écrit : > Am 06.03.2014 23:20, schrieb Henri GEIST: > > Le jeudi 06 mars 2014 à 21:51 +0100, Jens Lehmann a écrit : > >> Am 06.03.2014 21:15, schrieb Henri GEIST: > >>> Le jeudi 06 mars 2014 à 20:48 +0100, Jens Lehmann a écrit : > Am 06.03.2

Re: [PATCH] submodule : Add --no-separate-git-dir option to add and update command.

2014-03-07 Thread Jens Lehmann
Am 06.03.2014 23:20, schrieb Henri GEIST: > Le jeudi 06 mars 2014 à 21:51 +0100, Jens Lehmann a écrit : >> Am 06.03.2014 21:15, schrieb Henri GEIST: >>> Le jeudi 06 mars 2014 à 20:48 +0100, Jens Lehmann a écrit : Am 06.03.2014 02:25, schrieb Henri GEIST: Wow, that shouldn't even work (as

Re: [PATCH] submodule : Add --no-separate-git-dir option to add and update command.

2014-03-06 Thread Henri GEIST
Le jeudi 06 mars 2014 à 21:51 +0100, Jens Lehmann a écrit : > Am 06.03.2014 21:15, schrieb Henri GEIST: > > Le jeudi 06 mars 2014 à 20:48 +0100, Jens Lehmann a écrit : > >> Am 06.03.2014 02:25, schrieb Henri GEIST: > >>> Le mercredi 05 mars 2014 à 19:13 +0100, Jens Lehmann a écrit : > Am 03.03

Re: [PATCH] submodule : Add --no-separate-git-dir option to add and update command.

2014-03-06 Thread Jens Lehmann
Am 06.03.2014 21:15, schrieb Henri GEIST: > Le jeudi 06 mars 2014 à 20:48 +0100, Jens Lehmann a écrit : >> Am 06.03.2014 02:25, schrieb Henri GEIST: >>> Le mercredi 05 mars 2014 à 19:13 +0100, Jens Lehmann a écrit : Am 03.03.2014 21:34, schrieb Henri GEIST: > - I use an other patch which

Re: [PATCH] submodule : Add --no-separate-git-dir option to add and update command.

2014-03-06 Thread Henri GEIST
Le jeudi 06 mars 2014 à 20:48 +0100, Jens Lehmann a écrit : > Am 06.03.2014 02:25, schrieb Henri GEIST: > > Le mercredi 05 mars 2014 à 19:13 +0100, Jens Lehmann a écrit : > >> Am 03.03.2014 21:34, schrieb Henri GEIST: > >>> Le lundi 03 mars 2014 à 17:45 +, Jens Lehmann a écrit : > Am 03.03

Re: [PATCH] submodule : Add --no-separate-git-dir option to add and update command.

2014-03-06 Thread Jens Lehmann
Am 06.03.2014 02:25, schrieb Henri GEIST: > Le mercredi 05 mars 2014 à 19:13 +0100, Jens Lehmann a écrit : >> Am 03.03.2014 21:34, schrieb Henri GEIST: >>> Le lundi 03 mars 2014 à 17:45 +, Jens Lehmann a écrit : Am 03.03.2014 14:47, schrieb Henri GEIST: > This new option prevent git su

Re: [PATCH] submodule : Add --no-separate-git-dir option to add and update command.

2014-03-05 Thread Henri GEIST
Le mercredi 05 mars 2014 à 19:13 +0100, Jens Lehmann a écrit : > Am 03.03.2014 21:34, schrieb Henri GEIST: > > Le lundi 03 mars 2014 à 17:45 +, Jens Lehmann a écrit : > >> Am 03.03.2014 14:47, schrieb Henri GEIST: > >>> This new option prevent git submodule to clone the missing > >>> submodule

Re: [PATCH] submodule : Add --no-separate-git-dir option to add and update command.

2014-03-05 Thread Jens Lehmann
Am 03.03.2014 21:34, schrieb Henri GEIST: > Le lundi 03 mars 2014 à 17:45 +, Jens Lehmann a écrit : >> Am 03.03.2014 14:47, schrieb Henri GEIST: >>> This new option prevent git submodule to clone the missing >>> submodules with the --separate-git-dir option. >>> Then the submodule will be regu

Re: [PATCH] submodule : Add --no-separate-git-dir option to add and update command.

2014-03-03 Thread Henri GEIST
Le lundi 03 mars 2014 à 17:45 +, Jens Lehmann a écrit : > Am 03.03.2014 14:47, schrieb Henri GEIST: > > This new option prevent git submodule to clone the missing > > submodules with the --separate-git-dir option. > > Then the submodule will be regular repository and their gitdir will not > >

Re: [PATCH] submodule : Add --no-separate-git-dir option to add and update command.

2014-03-03 Thread Junio C Hamano
[CC'ing the submodule area experts.] Henri GEIST writes: > This new option prevent git submodule to clone the missing > submodules with the --separate-git-dir option. > Then the submodule will be regular repository and their gitdir will not > be placed in the superproject gitdir/modules directo

Re: [PATCH] submodule : Add --no-separate-git-dir option to add and update command.

2014-03-03 Thread Jens Lehmann
Am 03.03.2014 14:47, schrieb Henri GEIST: > This new option prevent git submodule to clone the missing > submodules with the --separate-git-dir option. > Then the submodule will be regular repository and their gitdir will not > be placed in the superproject gitdir/modules directory. And what is y

[PATCH] submodule : Add --no-separate-git-dir option to add and update command.

2014-03-03 Thread Henri GEIST
This new option prevent git submodule to clone the missing submodules with the --separate-git-dir option. Then the submodule will be regular repository and their gitdir will not be placed in the superproject gitdir/modules directory. Signed-off-by: Henri GEIST --- Documentation/git-submodule.tx