summaryrefslogtreecommitdiff
path: root/src/cli
Commit message (Expand)AuthorAgeFilesLines
* util: make monotonic time fn return msEdward Thomson2023-05-132-12/+13
* cli: add --depth option to cloneEdward Thomson2023-05-081-6/+22
* cmake: don't include `include/git2`Edward Thomson2023-03-101-1/+0
* Merge pull request #6456 from libgit2/ethomson/sha256_experimentalEdward Thomson2023-02-141-9/+23
|\
| * object: lookup sha256 objectsEdward Thomson2023-02-121-9/+23
* | Merge pull request #6374 from vicr123/embed-sshEdward Thomson2023-02-141-1/+2
|\ \ | |/ |/|
| * Fix EMBED_SSH_PATHVictor Tran2022-08-081-1/+2
* | 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