Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util: make monotonic time fn return ms | Edward Thomson | 2023-05-13 | 2 | -12/+13 |
* | cli: add --depth option to clone | Edward Thomson | 2023-05-08 | 1 | -6/+22 |
* | cmake: don't include `include/git2` | Edward Thomson | 2023-03-10 | 1 | -1/+0 |
* | Merge pull request #6456 from libgit2/ethomson/sha256_experimental | Edward Thomson | 2023-02-14 | 1 | -9/+23 |
|\ | |||||
| * | object: lookup sha256 objects | Edward Thomson | 2023-02-12 | 1 | -9/+23 |
* | | Merge pull request #6374 from vicr123/embed-ssh | Edward Thomson | 2023-02-14 | 1 | -1/+2 |
|\ \ | |/ |/| | |||||
| * | Fix EMBED_SSH_PATH | Victor Tran | 2022-08-08 | 1 | -1/+2 |
* | | Fix #6365 | Vinz2008 | 2022-08-11 | 1 | -1/+1 |
|/ | |||||
* | sha256: indirection for experimental functions | Edward Thomson | 2022-07-13 | 1 | -0/+5 |
* | sha256: make sha256 an experimental optional feature | Edward Thomson | 2022-06-20 | 1 | -0/+3 |
* | meta: generated `features.h` is now `git2_features.h` | Edward Thomson | 2022-06-20 | 1 | -1/+1 |
* | odb_hash*: accept the oid type to hash into | Edward Thomson | 2022-06-20 | 1 | -1/+1 |
* | progress: fewer updates about throughput | Edward Thomson | 2022-06-11 | 2 | -4/+23 |
* | cli: show progress on 32 bit machines | Edward Thomson | 2022-06-11 | 1 | -1/+1 |
* | cli: introduce a clone command | Edward Thomson | 2022-04-14 | 5 | -23/+201 |
* | cli: introduce signal handler | Edward Thomson | 2022-04-14 | 4 | -0/+94 |
* | cli: introduce a progress class | Edward Thomson | 2022-04-13 | 2 | -0/+443 |
* | cli: always give a value to `error` | Edward Thomson | 2022-02-27 | 1 | -1/+1 |
* | cli: add `hash-object` command | Edward Thomson | 2022-02-26 | 3 | -2/+139 |
* | cli: add `cat-file` command | Edward Thomson | 2022-02-26 | 3 | -1/+207 |
* | cli: support `help <command>` | Edward Thomson | 2022-02-26 | 3 | -10/+34 |
* | cli: introduce a help command | Edward Thomson | 2022-02-26 | 5 | -5/+193 |
* | opt: use a custom function to print usage | Edward Thomson | 2022-02-26 | 6 | -97/+233 |
* | cli: infrastructure for a cli project | Edward Thomson | 2022-02-26 | 9 | -0/+1292 |