From c734fc2a6b015f5b38f30da106736877cfbe02c7 Mon Sep 17 00:00:00 2001 From: Carlos Martín Nieto Date: Sat, 7 Jun 2014 02:58:28 +0200 Subject: 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. --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') 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 -- cgit v1.2.3