Skip to content

AndreyG/libgit2cpp

Repository files navigation

libgit2cpp

AppVeryor Build Status

C++ wrapper for libgit2. It contains libgit2 as submodule (libs/libgit2).

Building libgit2cpp - Using CMake

$ mkdir build && cd build
$ cmake ..
$ make

Supporting CMake options: USE_BOOST, BUNDLE_LIBGIT2, BUILD_LIBGIT2CPP_EXAMPLES.

Testing

$ cd build
$ ./test.sh <path_to_non_shared_repo> [path_to_libgit2_testrepo]

e.g.

$ mkdir build && cd build
$ cmake ..
$ make
$ ./test.sh .. ../libs/libgit2/tests/resources/testrepo.git

About

C++ wrapper for libgit2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published