summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | include oid.h in grafts.cYuang Li2022-08-311-0/+1
| * | | fix test failuresYuang Li2022-08-312-4/+6
| * | | restore getentropyYuang Li2022-08-311-0/+1
| * | | restore GIT_RAND_GETENTROPYYuang Li2022-08-311-5/+0
| * | | Use GIT_OID_SHA1_HEXSIZEYuang Li2022-08-313-13/+13
| * | | document unshallow behaviour in fetch.cyuangli2022-08-111-1/+3
| * | | remove unused apiyuangli2022-08-111-14/+0
| * | | support fetch unshallow option on shallow reposyuangli2022-08-094-18/+43
| * | | fix memory leakyuangli2022-08-091-0/+2
| * | | fix build warningyuangli2022-08-021-1/+1
| * | | fix grafts and shallowarray memory leaksyuangli2022-08-025-14/+10
| * | | attempt to fix nego.shallowarray memory leakyuangli2022-08-023-0/+11
| * | | fix memory leakyuangli2022-08-021-0/+2
| * | | refactor git_fetch_option.depth and usageyuangli2022-08-021-1/+8
| * | | fix memory leaks about packetsyuangli2022-08-012-0/+6
| * | | fix clone::shallow test behaviouryuangli2022-07-291-2/+0
| * | | eliminate build warningsyuangli2022-07-295-15/+18
| * | | remove build errorsyuangli2022-07-295-122/+14
| * | | Merge branch 'transportPR' into shallow-clone-networkyuangli2022-07-2913-29/+404
| |\ \ \
| | * | | enable cloning of shallow repoyuangli2022-07-191-1/+2
| | * | | rewrite shallow_rootyuangli2022-07-071-23/+87
| | * | | attempt to buildyuangli2022-07-051-73/+75
| | * | | Merge branch 'pr/tiennou/4747' into transportPRyuangli2022-07-0412-26/+328
| * | | | Merge branch 'mw_dev' into shallow-clone-localYuang Li2022-07-2963-486/+1012
| |\ \ \ \
| | * | | | unset GIT_RAND_GETENTROPY to avoid linux GLIBC issues (#3)Yuang Li2022-07-261-1/+5
| * | | | | rename function assign_parents_from_graftyuangli2022-07-281-2/+2
| * | | | | refactor commit parent assignment with graftyuangli2022-07-281-15/+21
| * | | | | fix load_graftsyuangli2022-07-281-0/+7
| * | | | | improve error handlingyuangli2022-07-283-11/+7
| * | | | | eliminate build warningsyuangli2022-07-274-10/+11
| * | | | | fix build errorsyuangli2022-07-263-3/+3
| * | | | | Merge branch 'pr/pks-t/5254' into shallow-clone-localyuangli2022-07-266-5/+359
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | fix graft assertionYuang Li2022-06-281-1/+1
| | * | | | correct use of feature flagYuang Li2022-06-282-20/+19
| | * | | | disable shallow clone support by defaultYuang Li2022-06-281-1/+1
| | * | | | correct naming of feature flagYuang Li2022-06-271-1/+1
| | * | | | use shallow feature flag in shallow clone support source codeYuang Li2022-06-272-17/+23
| | * | | | move feature flag tests to tests/grafts/shallow.cYuang Li2022-06-271-0/+1
| | * | | | move declaration of feature flag to graft.h/graft.cYuang Li2022-06-273-3/+4
| | * | | | add shallow.hYuang Li2022-06-272-1/+4
| | * | | | add feature flag for shallow clone supportYuang Li2022-06-271-0/+4
| | * | | | Merge branch 'main' into pr/pks-t/5254Yuang Li2022-06-24228-5601/+13193
| | |\ \ \ \
| | * | | | | repository: do not expose grafting mechanismPatrick Steinhardt2020-06-272-19/+16
| | * | | | | grafts: fix memory leak if replacing pre-existing graftPatrick Steinhardt2020-06-271-0/+3
| | * | | | | grafts: move refresh logic into grafts codePatrick Steinhardt2020-06-274-61/+72
| | * | | | | repository: disentangle shallow and normal graftsPatrick Steinhardt2020-06-272-10/+4
| | * | | | | repository: reuse grafts for shallow rootsPatrick Steinhardt2020-06-274-75/+54
| | * | | | | grafts: move parsing into grafts modulePatrick Steinhardt2020-06-273-36/+48
| | * | | | | repository: convert grafts parsing to use parse contextPatrick Steinhardt2020-06-272-41/+32
| | * | | | | grafts: make the structure self-contained and opaquePatrick Steinhardt2020-06-276-101/+133