Re: [RFC PATCH 0/5] Submodule Groups

2015-12-01 Thread Jens Lehmann
Am 01.12.2015 um 00:54 schrieb Stefan Beller: On Wed, Nov 25, 2015 at 11:18 AM, Jens Lehmann wrote: Hmm, I doubt it makes much sense to add the --group option to "git submodule init". I'd rather init all submodules and do the group handling only in the "git submodule update" command. That way

Re: [RFC PATCH 0/5] Submodule Groups

2015-11-30 Thread Stefan Beller
On Wed, Nov 25, 2015 at 11:18 AM, Jens Lehmann wrote: >>> >>> Hmm, I doubt it makes much sense to add the --group option to "git >>> submodule init". I'd rather init all submodules and do the group >>> handling only in the "git submodule update" command. That way >>> upstream can change grouping l

Re: [RFC PATCH 0/5] Submodule Groups

2015-11-25 Thread Jens Lehmann
(Sorry for the resend of my last mail, but I received bounce messages from my email provider) Am 25.11.2015 um 19:00 schrieb Stefan Beller: --cc Johannes Sixt On Wed, Nov 25, 2015 at 9:35 AM, Jens Lehmann wrote: [submodule "gcc"] path = gcc url = git://... groups

Re: [RFC PATCH 0/5] Submodule Groups

2015-11-25 Thread Stefan Beller
--cc Johannes Sixt On Wed, Nov 25, 2015 at 9:35 AM, Jens Lehmann wrote: >> [submodule "gcc"] >> path = gcc >> url = git://... >> groups = default,devel >> [submodule "linux"] >> path = linux >> url = git://... >> groups = default >> [submodule

Re: [RFC PATCH 0/5] Submodule Groups

2015-11-25 Thread Jens Lehmann
Am 25.11.2015 um 02:32 schrieb Stefan Beller: This is also available at https://github.com/stefanbeller/git/tree/submodule-groups It applies on top of the submodule-parallel-patch series I sent a few minutes ago. Consider having a real large software project in Git with each component in a sub

Re: [RFC PATCH 0/5] Submodule Groups

2015-11-25 Thread Jens Lehmann
Am 25.11.2015 um 02:32 schrieb Stefan Beller: This is also available at https://github.com/stefanbeller/git/tree/submodule-groups It applies on top of the submodule-parallel-patch series I sent a few minutes ago. Consider having a real large software project in Git with each component in a sub

[RFC PATCH 0/5] Submodule Groups

2015-11-24 Thread Stefan Beller
This is also available at https://github.com/stefanbeller/git/tree/submodule-groups It applies on top of the submodule-parallel-patch series I sent a few minutes ago. Consider having a real large software project in Git with each component in a submodule (such as an operating system, Android, De