diff options
| author | Ben Straub <bs@github.com> | 2013-11-14 14:05:52 -0800 |
|---|---|---|
| committer | Ben Straub <bs@github.com> | 2013-11-14 14:05:52 -0800 |
| commit | 1782038144ef3413831801bb9c2f3038a84ac6f4 (patch) | |
| tree | f074cc30890a20f5418c10fae1815ca516588a27 /tests/resources/submodules/gitmodules | |
| parent | 7b947bf5cc59eefa83c28eb5f5fd8434207ebb8b (diff) | |
| download | libgit2-1782038144ef3413831801bb9c2f3038a84ac6f4.tar.gz | |
Rename tests-clar to tests
Diffstat (limited to 'tests/resources/submodules/gitmodules')
| -rw-r--r-- | tests/resources/submodules/gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/resources/submodules/gitmodules b/tests/resources/submodules/gitmodules new file mode 100644 index 000000000..2798b696c --- /dev/null +++ b/tests/resources/submodules/gitmodules @@ -0,0 +1,6 @@ +[submodule "testrepo"] + path = testrepo + url = +[submodule ""] + path = testrepo + url =
\ No newline at end of file |
