Re: [git-users] Selectively clone Git submodules -- a useful feature?

2015-06-18 Thread Lars Schneider
I see your point. However, submodules are pretty good supported by the Git CLI as well as GUIs. Therefore I prefer them over a custom solution. PS: Thanks for https://fabioz.github.io/mu-repo/ ... I didn't know this one. - Lars On Thursday, June 18, 2015 at 1:02:28 PM UTC+2, Magnus Therning

Re: [git-users] Selectively clone Git submodules -- a useful feature?

2015-06-18 Thread Magnus Therning
On Thu, Jun 18, 2015 at 01:59:06PM -0700, Lars Schneider wrote: I see your point. However, submodules are pretty good supported by the Git CLI as well as GUIs. Therefore I prefer them over a custom solution. Yes, if GUI-support is a requirement then any CLI-only tool won't cut it, that's for

[git-users] Selectively clone Git submodules -- a useful feature?

2015-06-18 Thread Lars Schneider
Hi, AFAIK Git has two ways to clone a repository with respect to submodules: *(1)* Plain clone of just the repository itself: git clone git://github.com/foo/bar.git *(2)* Recursive clone of the repository including all its submodules: git clone --recursive git://github.com/foo/bar.git I am

Re: [git-users] Selectively clone Git submodules -- a useful feature?

2015-06-18 Thread Magnus Therning
On 18 June 2015 at 12:30, Lars Schneider larsxschnei...@gmail.com wrote: Hi, AFAIK Git has two ways to clone a repository with respect to submodules: (1) Plain clone of just the repository itself: git clone git://github.com/foo/bar.git (2) Recursive clone of the repository including all