git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Initial support for cloning submodules
@ 2007-05-04 10:56 Sven Verdoolaege
  2007-05-04 10:56 ` [PATCH 1/5] Add dump-config Sven Verdoolaege
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Sven Verdoolaege @ 2007-05-04 10:56 UTC (permalink / raw)
  To: git; +Cc: Sven Verdoolaege

From: Sven Verdoolaege <skimo@kotnet.org>

This patch series implements a mechanism for cloning submodules.
Each submodule is specified by a 'submodule.<submodule>.url'
configuration option, e.g.,

bash-3.00$ ./git-config --remote=http://www.liacs.nl/~sverdool/isa.git --get-regexp 'submodule\..*\.url' 
submodule.cloog.url /home/sverdool/public_html/cloog.git
submodule.cloog.url http://www.liacs.nl/~sverdool/cloog.git

git-clone will use the first url that works.
E.g., a

git clone --submodules ssh://liacs/~/public_html/isa.git

(which only works for me), will use the first url, while a

git clone --submodules http://www.liacs.nl/~sverdool/isa.git

will use the second.

The submodules are currently not checked out.

skimo

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2007-05-18 19:33 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-04 10:56 Initial support for cloning submodules Sven Verdoolaege
2007-05-04 10:56 ` [PATCH 1/5] Add dump-config Sven Verdoolaege
2007-05-04 10:56 ` [PATCH 2/5] git-config: add --remote option for reading config from remote repo Sven Verdoolaege
2007-05-04 21:03   ` Frank Lichtenheld
2007-05-04 21:10     ` Sven Verdoolaege
2007-05-04 21:35       ` Frank Lichtenheld
2007-05-04 10:56 ` [PATCH 3/5] http.h: make fill_active_slots a function pointer Sven Verdoolaege
2007-05-04 10:56 ` [PATCH 4/5] git-config: read remote config files over HTTP Sven Verdoolaege
2007-05-04 10:56 ` [PATCH 5/5] git-clone: add --submodules for cloning submodules Sven Verdoolaege
2007-05-04 22:52 ` Initial support " Junio C Hamano
2007-05-05  8:14   ` Sven Verdoolaege
2007-05-05  8:46     ` Junio C Hamano
2007-05-06  4:13     ` Alon Ziv
2007-05-18 19:33   ` Sven Verdoolaege

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).