Skip to content

Commit

Permalink
gitmodules: Relative path TAKE 2
Browse files Browse the repository at this point in the history
This time I'll try the bare repository approch. It should
work the same with git:// and http://

It might have a few problems with local none-bare clones
but that is so with some combinations today as well.

People will need to know

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
  • Loading branch information
Boaz Harrosh committed Oct 12, 2011
1 parent 2a99ef6 commit 893407a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "tgt"]
path = tgt
url = ../tgt/.git
url = ./tgt.git

0 comments on commit 893407a

Please sign in to comment.