Re: [PATCH/RFC] git-gui: Add a 'recursive' checkbox in the clone menu.

2014-03-11 Thread Jens Lehmann
Am 11.03.2014 12:07, schrieb Henri GEIST: > Le mercredi 05 mars 2014 à 19:00 +0100, Jens Lehmann a écrit : >> Am 05.03.2014 00:01, schrieb Henri GEIST: >>> Permit to do a 'git clone --recursive' through git-gui. >> >> I really like where this is heading! >> >> Some minor issues: >> >> - I think we

Re: [PATCH/RFC] git-gui: Add a 'recursive' checkbox in the clone menu.

2014-03-11 Thread Henri GEIST
Le mercredi 05 mars 2014 à 19:00 +0100, Jens Lehmann a écrit : > Am 05.03.2014 00:01, schrieb Henri GEIST: > > Permit to do a 'git clone --recursive' through git-gui. > > I really like where this is heading! > > Some minor issues: > > - I think we should be more verbose in the commit message, >

Re: Re: [PATCH/RFC] git-gui: Add a 'recursive' checkbox in the clone menu.

2014-03-06 Thread Heiko Voigt
On Thu, Mar 06, 2014 at 08:35:48PM +0100, Jens Lehmann wrote: > Am 06.03.2014 01:15, schrieb Henri GEIST: > > Le mercredi 05 mars 2014 à 19:00 +0100, Jens Lehmann a écrit : > >> Am 05.03.2014 00:01, schrieb Henri GEIST: > >> - Wouldn't it be easier to pass the '--recurse-submodules" > >> option t

Re: [PATCH/RFC] git-gui: Add a 'recursive' checkbox in the clone menu.

2014-03-06 Thread Jens Lehmann
Am 06.03.2014 01:15, schrieb Henri GEIST: > Le mercredi 05 mars 2014 à 19:00 +0100, Jens Lehmann a écrit : >> Am 05.03.2014 00:01, schrieb Henri GEIST: >> - Wouldn't it be easier to pass the '--recurse-submodules" >> option to the "git clone" call for the superproject instead >> of adding the _

Re: [PATCH/RFC] git-gui: Add a 'recursive' checkbox in the clone menu.

2014-03-05 Thread Henri GEIST
Le mercredi 05 mars 2014 à 19:00 +0100, Jens Lehmann a écrit : > Am 05.03.2014 00:01, schrieb Henri GEIST: > > Permit to do a 'git clone --recursive' through git-gui. > > I really like where this is heading! > > Some minor issues: > > - I think we should be more verbose in the commit message, >

Re: [PATCH/RFC] git-gui: Add a 'recursive' checkbox in the clone menu.

2014-03-05 Thread Jens Lehmann
Am 05.03.2014 00:01, schrieb Henri GEIST: > Permit to do a 'git clone --recursive' through git-gui. I really like where this is heading! Some minor issues: - I think we should be more verbose in the commit message, including that and why the default should be "on". Maybe like this? "Permi