summaryrefslogtreecommitdiff
path: root/src/cli/progress.c
Commit message (Collapse)AuthorAgeFilesLines
* progress: fewer updates about throughputEdward Thomson2022-06-111-4/+19
| | | | | Avoid too much flashing on the console with updates about throughput. Only update throughput once a second.
* cli: show progress on 32 bit machinesEdward Thomson2022-06-111-1/+1
|
* cli: introduce a clone commandEdward Thomson2022-04-141-19/+19
|
* cli: introduce a progress classEdward Thomson2022-04-131-0/+330
Provide a class that will display progress information to the console. Initially, it contains callbacks for fetch progress and checkout progress.