A portable, pure C implementation of the Git core methods
libgit2 is a portable, pure C implementation of the Git core methods provided as a re-entrant linkable library with a solid API, allowing you to write native speed custom Git applications in any language which supports C bindings.
libgit2 is a portable, pure C implementation of the Git core methods provided as a re-entrant linkable library with a solid API, allowing you to write native speed custom Git applications in any language which supports C bindings.
To install libgit2, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libgit2
To see what files were installed by libgit2, run:
port contents libgit2
To later upgrade libgit2, run:
sudo port selfupdate && sudo port upgrade libgit2
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.