• Show log

    Commit

  • Hash : f8e7d8fd
    Author : Edward Thomson
    Date : 2021-11-26T17:33:38

    cli: support `help <command>` Support `help <command>` by re-invoking the command itself with the `--help` argument. This allows us to keep the help logic with the commands itself.

  • README.md

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