diff options
| author | Carlos Martín Nieto <[email protected]> | 2014-06-07 02:58:28 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <[email protected]> | 2014-06-07 03:03:04 +0200 |
| commit | c734fc2a6b015f5b38f30da106736877cfbe02c7 (patch) | |
| tree | 3b1609277c8f355005c7fd5642d9e2102f1caee4 /.gitmodules | |
| parent | 064629428296914c4a5875f8da6b557d55f82930 (diff) | |
Use a submodule for libgit2
This makes building the static version easier as we know where the repo
is and that it's has a known-good version.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c28b485 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "libgit2"] + path = libgit2 + url = ./vendor/libgit2 +[submodule "vendor/libgit2"] + path = vendor/libgit2 + url = https://github.com/libgit2/libgit2 |
