| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | include oid.h in grafts.c | Yuang Li | 2022-08-31 | 1 | -0/+1 | |
| | * | | | fix test failures | Yuang Li | 2022-08-31 | 2 | -4/+6 | |
| | * | | | restore getentropy | Yuang Li | 2022-08-31 | 1 | -0/+1 | |
| | * | | | restore GIT_RAND_GETENTROPY | Yuang Li | 2022-08-31 | 1 | -5/+0 | |
| | * | | | Use GIT_OID_SHA1_HEXSIZE | Yuang Li | 2022-08-31 | 3 | -13/+13 | |
| | * | | | document unshallow behaviour in fetch.c | yuangli | 2022-08-11 | 1 | -1/+3 | |
| | * | | | remove unused api | yuangli | 2022-08-11 | 1 | -14/+0 | |
| | * | | | support fetch unshallow option on shallow repos | yuangli | 2022-08-09 | 4 | -18/+43 | |
| | * | | | fix memory leak | yuangli | 2022-08-09 | 1 | -0/+2 | |
| | * | | | fix build warning | yuangli | 2022-08-02 | 1 | -1/+1 | |
| | * | | | fix grafts and shallowarray memory leaks | yuangli | 2022-08-02 | 5 | -14/+10 | |
| | * | | | attempt to fix nego.shallowarray memory leak | yuangli | 2022-08-02 | 3 | -0/+11 | |
| | * | | | fix memory leak | yuangli | 2022-08-02 | 1 | -0/+2 | |
| | * | | | refactor git_fetch_option.depth and usage | yuangli | 2022-08-02 | 1 | -1/+8 | |
| | * | | | fix memory leaks about packets | yuangli | 2022-08-01 | 2 | -0/+6 | |
| | * | | | fix clone::shallow test behaviour | yuangli | 2022-07-29 | 1 | -2/+0 | |
| | * | | | eliminate build warnings | yuangli | 2022-07-29 | 5 | -15/+18 | |
| | * | | | remove build errors | yuangli | 2022-07-29 | 5 | -122/+14 | |
| | * | | | Merge branch 'transportPR' into shallow-clone-network | yuangli | 2022-07-29 | 13 | -29/+404 | |
| | |\ \ \ | ||||||
| | | * | | | enable cloning of shallow repo | yuangli | 2022-07-19 | 1 | -1/+2 | |
| | | * | | | rewrite shallow_root | yuangli | 2022-07-07 | 1 | -23/+87 | |
| | | * | | | attempt to build | yuangli | 2022-07-05 | 1 | -73/+75 | |
| | | * | | | Merge branch 'pr/tiennou/4747' into transportPR | yuangli | 2022-07-04 | 12 | -26/+328 | |
| | * | | | | Merge branch 'mw_dev' into shallow-clone-local | Yuang Li | 2022-07-29 | 63 | -486/+1012 | |
| | |\ \ \ \ | ||||||
| | | * | | | | unset GIT_RAND_GETENTROPY to avoid linux GLIBC issues (#3) | Yuang Li | 2022-07-26 | 1 | -1/+5 | |
| | * | | | | | rename function assign_parents_from_graft | yuangli | 2022-07-28 | 1 | -2/+2 | |
| | * | | | | | refactor commit parent assignment with graft | yuangli | 2022-07-28 | 1 | -15/+21 | |
| | * | | | | | fix load_grafts | yuangli | 2022-07-28 | 1 | -0/+7 | |
| | * | | | | | improve error handling | yuangli | 2022-07-28 | 3 | -11/+7 | |
| | * | | | | | eliminate build warnings | yuangli | 2022-07-27 | 4 | -10/+11 | |
| | * | | | | | fix build errors | yuangli | 2022-07-26 | 3 | -3/+3 | |
| | * | | | | | Merge branch 'pr/pks-t/5254' into shallow-clone-local | yuangli | 2022-07-26 | 6 | -5/+359 | |
| | |\ \ \ \ \ | | | |/ / / | | |/| | | | ||||||
| | | * | | | | fix graft assertion | Yuang Li | 2022-06-28 | 1 | -1/+1 | |
| | | * | | | | correct use of feature flag | Yuang Li | 2022-06-28 | 2 | -20/+19 | |
| | | * | | | | disable shallow clone support by default | Yuang Li | 2022-06-28 | 1 | -1/+1 | |
| | | * | | | | correct naming of feature flag | Yuang Li | 2022-06-27 | 1 | -1/+1 | |
| | | * | | | | use shallow feature flag in shallow clone support source code | Yuang Li | 2022-06-27 | 2 | -17/+23 | |
| | | * | | | | move feature flag tests to tests/grafts/shallow.c | Yuang Li | 2022-06-27 | 1 | -0/+1 | |
| | | * | | | | move declaration of feature flag to graft.h/graft.c | Yuang Li | 2022-06-27 | 3 | -3/+4 | |
| | | * | | | | add shallow.h | Yuang Li | 2022-06-27 | 2 | -1/+4 | |
| | | * | | | | add feature flag for shallow clone support | Yuang Li | 2022-06-27 | 1 | -0/+4 | |
| | | * | | | | Merge branch 'main' into pr/pks-t/5254 | Yuang Li | 2022-06-24 | 228 | -5601/+13193 | |
| | | |\ \ \ \ | ||||||
| | | * | | | | | repository: do not expose grafting mechanism | Patrick Steinhardt | 2020-06-27 | 2 | -19/+16 | |
| | | * | | | | | grafts: fix memory leak if replacing pre-existing graft | Patrick Steinhardt | 2020-06-27 | 1 | -0/+3 | |
| | | * | | | | | grafts: move refresh logic into grafts code | Patrick Steinhardt | 2020-06-27 | 4 | -61/+72 | |
| | | * | | | | | repository: disentangle shallow and normal grafts | Patrick Steinhardt | 2020-06-27 | 2 | -10/+4 | |
| | | * | | | | | repository: reuse grafts for shallow roots | Patrick Steinhardt | 2020-06-27 | 4 | -75/+54 | |
| | | * | | | | | grafts: move parsing into grafts module | Patrick Steinhardt | 2020-06-27 | 3 | -36/+48 | |
| | | * | | | | | repository: convert grafts parsing to use parse context | Patrick Steinhardt | 2020-06-27 | 2 | -41/+32 | |
| | | * | | | | | grafts: make the structure self-contained and opaque | Patrick Steinhardt | 2020-06-27 | 6 | -101/+133 | |
