Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce git_process class that invokes processes | Edward Thomson | 2023-05-17 | 7 | -0/+396 |
* | Added missing is_prunable test | Reginald McLean | 2023-05-16 | 1 | -0/+13 |
* | clone: skip timeout tests on WinHTTPethomson/timeouts | Edward Thomson | 2023-05-13 | 1 | -0/+16 |
* | streams: sockets are non-blocking and can timeout | Edward Thomson | 2023-05-13 | 2 | -1/+61 |
* | net: move `gitno` buffer to `staticstr` | Edward Thomson | 2023-05-13 | 2 | -2/+0 |
* | net: move rfc2818 hostname / wildcard matching to util | Edward Thomson | 2023-05-13 | 2 | -13/+13 |
* | util: make monotonic time fn return ms | Edward Thomson | 2023-05-13 | 3 | -10/+10 |
* | Merge pull request #6557 from libgit2/ethomson/shallow | Edward Thomson | 2023-05-09 | 35 | -2/+692 |
|\ | |||||
| * | fetch: remove `unshallow` option | Edward Thomson | 2023-05-09 | 1 | -1/+1 |
| * | oid: use an oid array instead of shallowarray | Edward Thomson | 2023-05-09 | 3 | -68/+117 |
| * | shallow: cleanup whitespace in tests | Edward Thomson | 2023-05-08 | 1 | -16/+16 |
| * | grafts: handle SHA256 graft files | Edward Thomson | 2023-05-08 | 2 | -2/+2 |
| * | transport: transports understand oid type | Edward Thomson | 2023-04-25 | 1 | -2/+2 |
| * | shallow: move tests to online | Edward Thomson | 2023-04-24 | 1 | -12/+4 |
| * | shallow: remove feature flag | Edward Thomson | 2023-04-24 | 3 | -16/+0 |
| * | Merge remote-tracking branch 'origin/main' into shallow-clone-network | Edward Thomson | 2023-04-22 | 117 | -139/+1572 |
| |\ | |||||
| * \ | Merge commit 'd066d0d95c43e97df6624292f3f527f9372ca8fe' | lmcglash | 2023-03-10 | 212 | -709/+4981 |
| |\ \ | |||||
| * | | | refactor grafts tests | Yuang Li | 2022-09-06 | 3 | -9/+9 |
| * | | | remove unused statements | Yuang Li | 2022-09-05 | 1 | -1/+0 |
| * | | | fix seg faults | Yuang Li | 2022-09-05 | 2 | -1/+3 |
| * | | | fix free error | Yuang Li | 2022-08-31 | 1 | -2/+0 |
| * | | | fix shallowarray test | Yuang Li | 2022-08-31 | 1 | -3/+3 |
| * | | | support fetch unshallow option on shallow repos | yuangli | 2022-08-09 | 2 | -0/+93 |
| * | | | edit tests for shallow clones | yuangli | 2022-08-02 | 1 | -10/+38 |
| * | | | fix clone::shallow test behaviour | yuangli | 2022-07-29 | 1 | -1/+1 |
| * | | | eliminate build warnings | yuangli | 2022-07-29 | 1 | -9/+9 |
| * | | | Merge branch 'transportPR' into shallow-clone-network | yuangli | 2022-07-29 | 1 | -0/+105 |
| |\ \ \ | |||||
| | * | | | add test for shallow repo depth 1 | yuangli | 2022-07-19 | 1 | -11/+49 |
| | * | | | enable cloning of shallow repo | yuangli | 2022-07-19 | 1 | -9/+16 |
| | * | | | rewrite shallow_root | yuangli | 2022-07-07 | 1 | -3/+7 |
| | * | | | attempt to build | yuangli | 2022-07-05 | 3 | -245/+2 |
| | * | | | Merge branch 'pr/tiennou/4747' into transportPR | yuangli | 2022-07-04 | 3 | -0/+299 |
| * | | | | Merge branch 'mw_dev' into shallow-clone-local | Yuang Li | 2022-07-29 | 169 | -1125/+1760 |
| |\ \ \ \ | |||||
| * | | | | | eliminate build warnings | yuangli | 2022-07-27 | 3 | -0/+0 |
| * | | | | | Merge branch 'pr/pks-t/5254' into shallow-clone-local | yuangli | 2022-07-26 | 32 | -0/+440 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
| | * | | | | disable shallow clone feature flag in test cleanup | Yuang Li | 2022-06-28 | 2 | -0/+2 |
| | * | | | | enable shallow clone support in tests when necessary | Yuang Li | 2022-06-28 | 2 | -0/+2 |
| | * | | | | move feature flag tests to tests/grafts/shallow.c | Yuang Li | 2022-06-27 | 2 | -11/+10 |
| | * | | | | add test for shallow feature flag | Yuang Li | 2022-06-27 | 1 | -0/+11 |
| | * | | | | Merge branch 'main' into pr/pks-t/5254 | Yuang Li | 2022-06-24 | 148 | -1018/+5179 |
| | |\ \ \ \ | |||||
| | * | | | | | repository: do not expose grafting mechanism | Patrick Steinhardt | 2020-06-27 | 1 | -26/+27 |
| | * | | | | | repository: reuse grafts for shallow roots | Patrick Steinhardt | 2020-06-27 | 1 | -9/+12 |
| | * | | | | | grafts: move parsing into grafts module | Patrick Steinhardt | 2020-06-27 | 1 | -0/+149 |
| | * | | | | | grafts: make the structure self-contained and opaque | Patrick Steinhardt | 2020-06-27 | 1 | -9/+8 |
| | * | | | | | tests: graft commits | Etienne Samson | 2020-06-27 | 32 | -39/+274 |
* | | | | | | | sha256: wrap_odb supports SHA256 | Edward Thomson | 2023-05-06 | 3 | -3/+4 |
* | | | | | | | odb: test object lookups from git_repository_wrap_odb | Edward Thomson | 2023-05-06 | 1 | -1/+20 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Merge pull request #6549 from libgit2/ethomson/sha256_experimental | Edward Thomson | 2023-04-22 | 109 | -124/+1423 |
|\ \ \ \ \ \ | |||||
| * | | | | | | commit graph: support sha256 | Edward Thomson | 2023-04-10 | 1 | -2/+15 |
| * | | | | | | midx: support sha256 | Edward Thomson | 2023-04-10 | 1 | -1/+6 |