libgit2_0.25

A portable, pure C implementation of the Git core methods

Version

0.25.1-5
(2024-12-04)

Size

493.7

KiB

Repository

HaikuPorts
x86_64
The library provides:
* SHA conversions, formatting and shortening
* abstracted ODB backend system
* commit, tag, tree and blob parsing, editing, and write-back
* tree traversal
* revision walking
* index file (staging area) manipulation
* reference management (including packed references)
* config file management
* high level repository management
* thread safety and reentrancy
* descriptive and detailed error messages
* ...and more (over 175 different API calls)