• Show log

    Commit

  • Hash : 3344fddc
    Author : Edward Thomson
    Date : 2021-11-16T23:29:22

    refactor: `tests` is now `tests/libgit2` Like we want to separate libgit2 and utility source code, we want to separate libgit2 and utility tests. Start by moving all the tests into libgit2.

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