Files
git/Documentation
Lars Hjemli 70c7ac22de Add git-submodule command
This command can be used to initialize, update and inspect submodules. It
uses a .gitmodules file, readable by git-config, in the top level directory
of the 'superproject' to specify a mapping between submodule paths and
repository url.

Example .gitmodules layout:

[module "git"]
	url = git://git.kernel.org/pub/scm/git/git.git

With this entry in .gitmodules (and a commit reference in the index entry for
the path "git"), the command 'git submodule init' will clone the repository
at kernel.org into the directory "git".

Known issues
============
There is currently no way to override the url found in the .gitmodules file,
except by manually creating the subproject repository. The place to fix this
in the script has a rather long comment about a possible plan.

Funny paths will be quoted in the output from git-ls-files, but git-submodule
does not attempt to unquote (or even detect the presence of) such paths.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
2007-05-26 20:24:07 -07:00
..
2007-03-22 03:05:25 -07:00
2006-12-13 09:41:18 -08:00
2007-05-26 20:24:07 -07:00
2007-05-23 22:37:23 -07:00
2007-02-17 16:16:48 -08:00
2007-04-25 13:44:45 -07:00
2007-02-12 19:33:03 -08:00
2007-05-17 17:36:57 -07:00
2007-05-24 19:01:56 -07:00
2007-04-16 01:14:46 -07:00
2007-05-18 21:50:56 -07:00
2007-04-15 16:01:35 -07:00
2006-06-07 11:49:35 -07:00
2007-05-07 15:39:57 -07:00
2007-04-17 22:17:46 -07:00
2007-05-10 15:24:40 -07:00
2007-04-26 22:43:10 -07:00
2007-05-18 21:50:56 -07:00
2007-01-11 12:58:10 -08:00
2007-02-08 15:35:24 -08:00
2007-02-03 21:49:54 -08:00
2007-05-26 20:24:07 -07:00
2007-05-20 00:30:39 -07:00
2007-02-03 21:49:54 -08:00
2006-06-24 01:11:19 -07:00
2007-02-18 16:18:43 -08:00
2007-02-26 00:26:06 -08:00
2007-03-04 17:20:38 -08:00
2007-03-14 15:56:49 -07:00
2007-03-18 14:43:29 -07:00
2007-03-28 15:28:14 -07:00
2007-04-03 19:27:41 -07:00
2007-04-21 13:57:07 -07:00
2007-04-30 17:09:48 -07:00
2007-05-08 22:11:17 -07:00
2007-05-20 00:15:53 -07:00
2007-05-20 00:15:53 -07:00
2007-04-03 22:47:01 -07:00
2007-05-20 00:30:39 -07:00