summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | fix memory leakyuangli2022-08-021-0/+2
| | * | | refactor git_fetch_option.depth and usageyuangli2022-08-022-2/+11
| | * | | fix memory leaks about packetsyuangli2022-08-012-0/+6
| | * | | fix clone::shallow test behaviouryuangli2022-07-292-3/+1
| | * | | eliminate build warningsyuangli2022-07-296-24/+27
| | * | | remove build errorsyuangli2022-07-297-128/+21
| | * | | Merge branch 'transportPR' into shallow-clone-networkyuangli2022-07-2917-32/+550
| | |\ \ \ | |/ / / /
| | * | | add test for shallow repo depth 1yuangli2022-07-191-11/+49
| | * | | enable cloning of shallow repoyuangli2022-07-192-10/+18
| | * | | rewrite shallow_rootyuangli2022-07-072-26/+94
| | * | | attempt to buildyuangli2022-07-054-318/+77
| | * | | Merge branch 'pr/tiennou/4747' into transportPRyuangli2022-07-0418-29/+659
| * | | | Merge pull request #5 from mathworks/shallow-clone-localYuang Li2022-07-2940-10/+817
| |\ \ \ \
| | * \ \ \ Merge branch 'mw_dev' into shallow-clone-localYuang Li2022-07-29257-1720/+3182
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | unset GIT_RAND_GETENTROPY to avoid linux GLIBC issues (#3)Yuang Li2022-07-261-1/+5
| | * | | | Merge pull request #4 from lya001/shallow-clone-localYuang Li2022-07-2940-7/+816
| | |\ \ \ \
| | | * | | | 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-285-13/+7
| | | * | | | eliminate build warningsyuangli2022-07-277-10/+11
| | | * | | | fix build errorsyuangli2022-07-265-4/+5
| | | * | | | Merge branch 'pr/pks-t/5254' into shallow-clone-localyuangli2022-07-2641-6/+806
| | | |\ \ \ \ | | |/ / / / / | | | | _ / / | | | | / /
| | | * | | disable shallow clone feature flag in test cleanupYuang Li2022-06-282-0/+2
| | | * | | fix graft assertionYuang Li2022-06-281-1/+1
| | | * | | correct use of feature flagYuang Li2022-06-282-20/+19
| | | * | | enable shallow clone support in tests when necessaryYuang Li2022-06-282-0/+2
| | | * | | 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-273-11/+11
| | | * | | move declaration of feature flag to graft.h/graft.cYuang Li2022-06-273-3/+4
| | | * | | add shallow.hYuang Li2022-06-272-1/+4
| | | * | | add test for shallow feature flagYuang Li2022-06-271-0/+11
| | | * | | add feature flag for shallow clone supportYuang Li2022-06-272-1/+9
| | | * | | Merge branch 'main' into pr/pks-t/5254Yuang Li2022-06-241460-8257/+22764
| | | |\ \ \
| | | * | | | repository: do not expose grafting mechanismPatrick Steinhardt2020-06-274-57/+43
| | | * | | | 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-276-85/+68
| | | * | | | grafts: move parsing into grafts modulePatrick Steinhardt2020-06-275-37/+199
| | | * | | | repository: convert grafts parsing to use parse contextPatrick Steinhardt2020-06-272-41/+32
| | | * | | | grafts: make the structure self-contained and opaquePatrick Steinhardt2020-06-277-110/+141
| | | * | | | tests: graft commitsEtienne Samson2020-06-2732-39/+274
| | | * | | | commit: apply grafts when parsingEtienne Samson2020-06-271-5/+23
| | | * | | | repo: graft shallow roots on openEtienne Samson2020-06-271-0/+24
| | | * | | | repo: load shallow rootsEtienne Samson2020-06-273-0/+93
| | | * | | | repo: load grafts on openEtienne Samson2020-06-274-0/+91
| | | * | | | repo: basic graft APIEtienne Samson2020-06-272-0/+109