• Show log

    Commit

  • Hash : 91ba0896
    Author : Edward Thomson
    Date : 2021-11-15T09:54:00

    cmake: rename git2internal target to libgit2 The `git2internal` target is actually the git library; call it such so that IDE users have visibility into it.

  • README.md

  • libgit2 sources

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

    • 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.