- 14 Apr, 2022 1 commit
-
-
Edward Thomson committed
-
- 26 Feb, 2022 3 commits
-
-
Introduce a simple command that emulates `git hash-object`.
Edward Thomson committed -
Introduce a simple command that emulates `git cat-file`.
Edward Thomson committed -
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.
Edward Thomson committed
-