diff options
Diffstat (limited to 'tests/resources/submodule_with_path/.gitmodules')
-rw-r--r-- | tests/resources/submodule_with_path/.gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/resources/submodule_with_path/.gitmodules b/tests/resources/submodule_with_path/.gitmodules new file mode 100644 index 0000000..ba34c47 --- /dev/null +++ b/tests/resources/submodule_with_path/.gitmodules @@ -0,0 +1,3 @@ +[submodule "testrepo"] + path = lib/testrepo + url = ../testrepo.git |