Skip to content
This repository was archived by the owner on Dec 13, 2020. It is now read-only.

libgit2/GitForDelphi

Repository files navigation

GitForDelphi

Delphi bindings to libgit2 https://github.com/libgit2/libgit2

All function exports from git2-0.dll have been converted, including necessary structures. Some of the tests from libgit2 have been converted and are all passing.

git2-0.dll built from Visual C++ 2010 Express is in the binary branch, you can use it while in the master branch like this

git checkout binary -- git2-0.dll; git reset git2-0.dll

The dll and code are currently based on the 772c7e7 commit of libgit2.git

About

Delphi bindings for libgit2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published