Skip to content
 
 

Latest commit

 

History

78 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libgit2cpp

C++ wrapper for libgit2

Building libgit2cpp - Using CMake

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

Testing

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

e.g.

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

About

C++ wrapper for libgit2

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages