summaryrefslogtreecommitdiff
path: root/shallow.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-19Merge branch 'js/coverity-fixes-null-safety'Junio C Hamano1-3/+4
2026-07-10shallow: give write_one_shallow() its own hex bufferJohannes Schindelin1-1/+3
2026-07-10shallow: fix NULL dereferenceJohannes Schindelin1-2/+1
2026-07-07setup: unify setup of shallow filePatrick Steinhardt1-3/+1
2026-06-09Merge branch 'rs/strbuf-add-oid-hex'Junio C Hamano1-1/+1
2026-05-14hex: add and use strbuf_add_oid_hex()René Scharfe1-1/+1
2026-05-12shallow: fix relative deepen on non-shallow repositoriesSamo Pogačnik1-1/+5
2026-03-31odb: rename `odb_has_object()` flagsPatrick Steinhardt1-3/+3
2026-03-04Merge branch 'sp/shallow-deepen-relative-fix'Junio C Hamano1-12/+61
2026-02-17shallow: handling fetch relative-deepenSamo Pogačnik1-12/+60
2026-02-17shallow: free local object_array allocationsSamo Pogačnik1-0/+1
2026-01-15commit: rename `free_commit_list()` to conform to coding guidelinesPatrick Steinhardt1-2/+2
2025-12-25shallow: use commit_stackRene Scharfe1-27/+17
2025-12-23Merge branch 'jc/memzero-array'Junio C Hamano1-2/+2
2025-12-13cocci: use MEMZERO_ARRAY() a bit moreJunio C Hamano1-2/+2
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt1-12/+4
2025-09-22treewide: pass strvecs around for setup_revisions_from_strvec()Jeff King1-2/+2
2025-07-01odb: rename `has_object()`Patrick Steinhardt1-6/+6
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt1-3/+6
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-03-10object: stop depending on `the_repository`Patrick Steinhardt1-5/+5
2025-02-28path: drop `git_path()` in favor of `repo_git_path()`Patrick Steinhardt1-1/+3
2024-12-27sign-compare: avoid comparing ptrdiff with an int/unsignedJunio C Hamano1-1/+1
2024-12-27shallow: fix -Wsign-compare warningsPatrick Steinhardt1-20/+18
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-09-25shallow: fix leak when unregistering last shallow rootPatrick Steinhardt1-3/+2
2024-09-05shallow: fix leaking members of `struct shallow_info`Patrick Steinhardt1-0/+9
2024-09-05shallow: free grafts when unregistering themPatrick Steinhardt1-1/+3
2024-09-05object: clear grafts when clearing parsed object poolPatrick Steinhardt1-1/+1
2024-08-09refs: add referent to each_ref_fnJohn Cai1-0/+2
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-6/+10
2024-02-28commit-reach(repo_in_merge_bases_many): report missing commitsJohannes Schindelin1-6/+12
2024-02-28commit-reach(repo_in_merge_bases_many): optionally expect missing commitsJohannes Schindelin1-2/+3
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-11-07shallow: fix memory leak when registering shallow rootsPatrick Steinhardt1-1/+3
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-1/+0
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+1
2023-06-21statinfo: move stat_{data,validity} functions from cache/read-cacheElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren1-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-10/+11
2023-03-28libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-3/+3
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-2/+2
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-4/+5
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren1-0/+1