Files
libgit2/src
Edward Thomson b96bc98ccb repo: ensure safe.directory has no trailing slash
For git compatibility, ensure that the `safe.directory` configuration
options do not end with a trailing slash. If they do, they do not match
the given repository.
2023-12-13 14:26:49 +00:00
..
2023-10-15 22:19:16 +01:00

libgit2 sources

This is the source that makes up the core of libgit2 and its related projects.

  • cli
    A git-compatible command-line interface that uses libgit2.
  • libgit2
    This is the libgit2 project, a cross-platform, linkable library implementation of Git that you can use in your application.
  • util
    A shared utility library for these projects.