summaryrefslogtreecommitdiff
path: root/src/cli
Commit message (Expand)AuthorAgeFilesLines
* Fix #6365Vinz20082022-08-111-1/+1
* sha256: indirection for experimental functionsEdward Thomson2022-07-131-0/+5
* sha256: make sha256 an experimental optional featureEdward Thomson2022-06-201-0/+3
* meta: generated `features.h` is now `git2_features.h`Edward Thomson2022-06-201-1/+1
* odb_hash*: accept the oid type to hash intoEdward Thomson2022-06-201-1/+1
* progress: fewer updates about throughputEdward Thomson2022-06-112-4/+23
* cli: show progress on 32 bit machinesEdward Thomson2022-06-111-1/+1
* cli: introduce a clone commandEdward Thomson2022-04-145-23/+201
* cli: introduce signal handlerEdward Thomson2022-04-144-0/+94
* cli: introduce a progress classEdward Thomson2022-04-132-0/+443
* cli: always give a value to `error`Edward Thomson2022-02-271-1/+1
* cli: add `hash-object` commandEdward Thomson2022-02-263-2/+139
* cli: add `cat-file` commandEdward Thomson2022-02-263-1/+207
* cli: support `help <command>`Edward Thomson2022-02-263-10/+34
* cli: introduce a help commandEdward Thomson2022-02-265-5/+193
* opt: use a custom function to print usageEdward Thomson2022-02-266-97/+233
* cli: infrastructure for a cli projectEdward Thomson2022-02-269-0/+1292