| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cli: introduce a clone command | Edward Thomson | 2022-04-14 | 1 | -0/+1 |
| | | |||||
| * | cli: add `hash-object` command | Edward Thomson | 2022-02-26 | 1 | -0/+1 |
| | | | | | Introduce a simple command that emulates `git hash-object`. | ||||
| * | cli: add `cat-file` command | Edward Thomson | 2022-02-26 | 1 | -0/+1 |
| | | | | | Introduce a simple command that emulates `git cat-file`. | ||||
| * | cli: introduce a help command | Edward Thomson | 2022-02-26 | 1 | -0/+30 |
| 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. | |||||
