summaryrefslogtreecommitdiffstats
path: root/shallow.c
AgeCommit message (Expand)AuthorLines
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano-10/+11
2023-03-28libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason-1/+1
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-3/+3
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-2/+2
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-4/+5
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren-0/+1
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren-1/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren-1/+2
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason-5/+5
2022-08-19refs: mark unused each_ref_fn parametersJeff King-4/+8
2022-06-13Merge branch 'jt/unparse-commit-upon-graft-change'Junio C Hamano-0/+7
2022-06-07Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano-0/+1
2022-06-06commit,shallow: unparse commits if grafts changedJonathan Tan-0/+7
2022-05-20Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano-1/+1
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano-1/+1
2022-04-13revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason-0/+1
2022-03-17shallow: reset commit grafts when shallow is resetJonathan Tan-0/+1
2022-01-12git-rev-list: add --exclude-first-parent-only flagJerry Zhang-1/+1
2021-01-28commit_graft_pos(): take an oid instead of a bare hashJeff King-1/+1
2020-07-30Merge branch 'sg/commit-graph-cleanups' into masterJunio C Hamano-9/+5
2020-06-08commit-slab: add a function to deep free entries on the slabSZEDER Gábor-9/+5
2020-05-13Merge branch 'tb/shallow-cleanup'Junio C Hamano-11/+25
2020-05-01Merge branch 'tb/reset-shallow'Junio C Hamano-9/+21
2020-04-30shallow: use struct 'shallow_lock' for additional safetyTaylor Blau-11/+11
2020-04-30shallow: extract a header file for shallow-related functionsTaylor Blau-0/+14
2020-04-24shallow.c: use '{commit,rollback}_shallow_file'Taylor Blau-9/+21
2020-03-30oid_array: rename source file from sha1-arrayJeff King-1/+1
2019-10-11Merge branch 'rs/dedup-includes'Junio C Hamano-3/+0
2019-10-09Merge branch 'as/shallow-slab-use-fix'Junio C Hamano-0/+2
2019-10-04treewide: remove duplicate #include directivesRené Scharfe-3/+0
2019-10-02shallow.c: don't free unallocated slabsAli Utku Selen-0/+2
2019-06-27Use the right 'struct repository' instead of the_repositoryNguyễn Thái Ngọc Duy-1/+2
2019-01-10fetch-pack: do not take shallow lock unnecessarilyJonathan Tan-0/+7
2018-11-06Merge branch 'js/shallow-and-fetch-prune'Junio C Hamano-6/+17
2018-10-25shallow: offer to prune only non-existing entriesJohannes Schindelin-6/+17
2018-10-19Merge branch 'nd/the-index'Junio C Hamano-1/+1
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy-1/+1
2018-07-20commit.h: remove method declarationsDerrick Stolee-0/+1
2018-06-29tag: add repository argument to deref_tagStefan Beller-1/+3
2018-06-29commit: add repository argument to lookup_commitStefan Beller-7/+10
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyStefan Beller-3/+6
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano-36/+38
2018-06-25Merge branch 'nd/reject-empty-shallow-request'Junio C Hamano-0/+3
2018-06-25Merge branch 'nd/commit-util-to-slab'Junio C Hamano-12/+28
2018-06-04upload-pack: reject shallow requests that would return nothingNguyễn Thái Ngọc Duy-0/+3
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano-3/+3
2018-05-21shallow.c: use commit-slab for commit depth instead of commit->utilNguyễn Thái Ngọc Duy-12/+28
2018-05-18shallow: migrate shallow information into the object parserStefan Beller-27/+23