Switch to use libgit2's development branch

This commit is contained in:
J. David Ibáñez 2012-09-21 16:44:13 +02:00
parent 1148c5d73b
commit 1c7a18724c

@ -2,7 +2,7 @@
cd ~ cd ~
git clone --depth=1 -b master https://github.com/libgit2/libgit2.git git clone --depth=1 -b development https://github.com/libgit2/libgit2.git
cd libgit2/ cd libgit2/
mkdir build && cd build mkdir build && cd build