gitmodules.5: url can be a relative path
commit47dc5d5fda291bc399da54648ca27e8df4ddfd2c
authorJonathan Nieder <jrnieder@gmail.com>
Thu, 15 Jul 2010 07:41:55 +0000 (15 02:41 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Jul 2010 18:59:57 +0000 (15 11:59 -0700)
tree7d5c046b45ea250901f970a585b42880db5c399b
parent109988f2cb00f78b746d05c40b8a8960bbb12ff8
gitmodules.5: url can be a relative path

There is already excellent documentation for this facility in
git-submodule.1, but it is not so discoverable.

Relative paths in .gitmodules can be useful for serving the
same repository over multiple protocols, for example.
Thanks to Peter for pointing this out.

Cc: Peter Krefting <peter@softwolves.pp.se>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Acked-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitmodules.txt