summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
* | | | | | | | Merge pull request #6555 from DimitryAndric/fix-qsort-variants-1Edward Thomson2023-05-093-11/+29
|\ \ \ \ \ \ \ \
| * | | | | | | | util: detect all possible qsort_r and qsort_s variantsDimitry Andric2023-05-083-11/+29
|/ / / / / / / /
* | | | | | | | Merge pull request #6556 from libgit2/ethomson/wrap_odbEdward Thomson2023-05-066-9/+62
|\ \ \ \ \ \ \ \
| * | | | | | | | sha256: wrap_odb supports SHA256Edward Thomson2023-05-066-8/+42
| * | | | | | | | odb: test object lookups from git_repository_wrap_odbEdward Thomson2023-05-061-1/+20
|/ / / / / / / /
* | | | | | | | Merge pull request #6554 from oreiche/oreiche/fix-oid-type-fake-repoEdward Thomson2023-05-061-0/+2
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Fix missing oid type for "fake" repositoriesOliver Reiche2023-05-031-0/+2
|/ / / / / / /
* | | | | | | Merge pull request #6549 from libgit2/ethomson/sha256_experimentalEdward Thomson2023-04-22173-657/+2589
|\ \ \ \ \ \ \
| * | | | | | | commit graph: support sha256Edward Thomson2023-04-105-52/+159
| * | | | | | | midx: support sha256Edward Thomson2023-04-105-36/+96
| * | | | | | | blame: support sha256Edward Thomson2023-04-101-16/+23
| * | | | | | | ident: support sha256Edward Thomson2023-04-101-3/+3
| * | | | | | | iterator: support sha256Edward Thomson2023-04-103-6/+27
| * | | | | | | email: support sha256Edward Thomson2023-04-101-3/+4