SkillAgentSearch skills...

Libgit2cpp

C++ wrapper for libgit2

Install / Use

/learn @AndreyG/Libgit2cpp
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars30
CategoryDevelopment
Updated7mo ago
Forks18

Languages

C++

Security Score

67/100

Audited on Aug 26, 2025

No findings