Skip to content

todaysoftware/libgit2-delphi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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