• Show log

    Commit

  • Hash : c6dd82d9
    Author : Edward Thomson
    Date : 2020-02-23T11:54:33

    cli: introduce a help command
    
    Add a framework for commands to be defined, and add our first one,
    "help".  When `git2_cli help` is run, the `cmd_help` function will be
    invoked with the remaining command line arguments.  This allows users to
    invoke `git2_cli help foo` to get information about the `foo` subcommand.
    

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