Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 885 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 885 Bytes

libgit2-delphi

Details

Delphi / Free Pascal bindings for libgit2 v1.8(.1).

Since I could not find anything very up to date in the Delphi/Pascal world for recent libgit2 versions I decided to do something myself with assistance from CHelper.

No packages at this time, just add the LibGit2.pas file to a project and ensure that the git2/*.inc files are available and Windows builds of the git2.dll is available below (built with Visual Studio 2022).

So far we are only using it on the Windows 32-bit platform so no idea how it will work on other platforms, but any fixes and/or improvements would be welcome.

Windows Binaries

Now included as part of the releases.

License

MIT, see the LICENSE file if you've never seen an MIT license before.

Authors

  • Mark Jones