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.
Now included as part of the releases.
MIT, see the LICENSE file if you've never seen an MIT license before.
- Mark Jones