summaryrefslogtreecommitdiff
path: root/shallow.c
AgeCommit message (Expand)Author
2025-07-01odb: rename `has_object()`Patrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-03-10object: stop depending on `the_repository`Patrick Steinhardt
2025-02-28path: drop `git_path()` in favor of `repo_git_path()`Patrick Steinhardt
2024-12-27sign-compare: avoid comparing ptrdiff with an int/unsignedJunio C Hamano
2024-12-27shallow: fix -Wsign-compare warningsPatrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-09-25shallow: fix leak when unregistering last shallow rootPatrick Steinhardt
2024-09-05shallow: fix leaking members of `struct shallow_info`Patrick Steinhardt
2024-09-05shallow: free grafts when unregistering themPatrick Steinhardt
2024-09-05object: clear grafts when clearing parsed object poolPatrick Steinhardt
2024-08-09refs: add referent to each_ref_fnJohn Cai
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2024-02-28commit-reach(repo_in_merge_bases_many): report missing commitsJohannes Schindelin
2024-02-28commit-reach(repo_in_merge_bases_many): optionally expect missing commitsJohannes Schindelin
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-11-07shallow: fix memory leak when registering shallow rootsPatrick Steinhardt
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21statinfo: move stat_{data,validity} functions from cache/read-cacheElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19refs: mark unused each_ref_fn parametersJeff King
2022-06-13Merge branch 'jt/unparse-commit-upon-graft-change'Junio C Hamano
2022-06-07Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano
2022-06-06commit,shallow: unparse commits if grafts changedJonathan Tan
2022-05-20Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2022-04-13revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason
2022-03-17shallow: reset commit grafts when shallow is resetJonathan Tan
2022-01-12git-rev-list: add --exclude-first-parent-only flagJerry Zhang
2021-01-28commit_graft_pos(): take an oid instead of a bare hashJeff King
2020-07-30Merge branch 'sg/commit-graph-cleanups' into masterJunio C Hamano
2020-06-08commit-slab: add a function to deep free entries on the slabSZEDER Gábor
2020-05-13Merge branch 'tb/shallow-cleanup'Junio C Hamano