All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] git-submodule: make it easier to use alternate urls
@ 2007-06-05  9:29 Lars Hjemli
  2007-06-05  9:29   ` Lars Hjemli
  0 siblings, 1 reply; 11+ messages in thread
From: Lars Hjemli @ 2007-06-05  9:29 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git


This patch-series teaches git-submodule to register submodule urls in
.git/config during 'git-submodule init' and to perform the actual cloning
during 'git-submodule update', using the url stored in .git/config. So now
the downstream users can specify their preferred urls for each interesting
submodule by editing their .git/config after running 'git-submodule init'.

 Documentation/git-submodule.txt |   16 ++++----
 git-submodule.sh                |   83 ++++++++++++++++++++------------------
 t/t7400-submodule-basic.sh      |   38 ++++++++++++------
 3 files changed, 78 insertions(+), 59 deletions(-)

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

end of thread, other threads:[~2007-06-17 15:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-05  9:29 [PATCH 0/2] git-submodule: make it easier to use alternate urls Lars Hjemli
2007-06-05  9:29 ` [PATCH 1/2] git-submodule: move cloning into a separate function Lars Hjemli
2007-06-05  9:29   ` Lars Hjemli
2007-06-05 10:40     ` Johannes Sixt
2007-06-05 11:13       ` Lars Hjemli
2007-06-06  8:55         ` Junio C Hamano
2007-06-17 14:38         ` Sven Verdoolaege
2007-06-17 15:56           ` Lars Hjemli
2007-06-05  9:29   ` [PATCH 2/2] git-submodule: clone during update, not during init Lars Hjemli
2007-06-05  9:29     ` Lars Hjemli
2007-06-05 11:18       ` Lars Hjemli
2007-06-06  9:13     ` Lars Hjemli
2007-06-06  9:13   ` [PATCH 1/2] git-submodule: move cloning into a separate function Lars Hjemli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.