-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gitmodules: Use relative path so modules can also work with http: clones
Thanks to the guys at the git mailing list Peter Krefting <peter@softwolves.pp.se> & Jonathan Nieder <jrnieder@gmail.com> One can use a relative patch (Starting with an ./ or ../) to support both http: or git: protocols given the sub-module is hosted on the same root address. Also update documentation for the use of "git clone --recursive" which now works for both protocols. Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
- Loading branch information
Boaz Harrosh
committed
Jul 15, 2010
1 parent
d9646d4
commit 147a714
Showing
2 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "tgt"] | ||
path = tgt | ||
url = git://git.open-osd.org/osc-osd/tgt | ||
url = ../tgt/.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters