summaryrefslogtreecommitdiffstats
path: root/shallow.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+1
* shallow: fix leak when unregistering last shallow rootPatrick Steinhardt2024-09-251-3/+2
* shallow: fix leaking members of `struct shallow_info`Patrick Steinhardt2024-09-051-0/+9
* shallow: free grafts when unregistering themPatrick Steinhardt2024-09-051-1/+3
* object: clear grafts when clearing parsed object poolPatrick Steinhardt2024-09-051-1/+1
* refs: add referent to each_ref_fnJohn Cai2024-08-091-0/+2
* global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-6/+10
* commit-reach(repo_in_merge_bases_many): report missing commitsJohannes Schindelin2024-02-281-6/+12
* commit-reach(repo_in_merge_bases_many): optionally expect missing commitsJohannes Schindelin2024-02-281-2/+3
* treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
* shallow: fix memory leak when registering shallow rootsPatrick Steinhardt2023-11-071-1/+3
* git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
* treewide: remove unnecessary includes for wrapper.hCalvin Wan2023-07-051-1/+0
* object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
* repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
* cache.h: remove this no-longer-used headerElijah Newren2023-06-211-1/+1
* statinfo: move stat_{data,validity} functions from cache/read-cacheElijah Newren2023-06-211-0/+1
* treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-111-0/+1
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-10/+11
|\
| * libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-3/+3
| * cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+2
| * cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-4/+5
* | wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
* | treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren2023-03-211-1/+1
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
* | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-1/+2
|/
* git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-5/+5
* refs: mark unused each_ref_fn parametersJeff King2022-08-191-4/+8
* Merge branch 'jt/unparse-commit-upon-graft-change'Junio C Hamano2022-06-141-0/+7
|\
| * commit,shallow: unparse commits if grafts changedJonathan Tan2022-06-061-0/+7
* | Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano2022-06-071-0/+1
|\ \ | |/ |/|
| * revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason2022-04-141-0/+1
* | Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-211-1/+1
|\ \
| * | tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-1/+1
* | | shallow: reset commit grafts when shallow is resetJonathan Tan2022-03-181-0/+1
| |/ |/|
* | git-rev-list: add --exclude-first-parent-only flagJerry Zhang2022-01-121-1/+1
|/
* commit_graft_pos(): take an oid instead of a bare hashJeff King2021-01-281-1/+1
* Merge branch 'sg/commit-graph-cleanups' into masterJunio C Hamano2020-07-301-9/+5
|\
| * commit-slab: add a function to deep free entries on the slabSZEDER Gábor2020-06-081-9/+5
* | Merge branch 'tb/shallow-cleanup'Junio C Hamano2020-05-131-11/+25
|\ \
| * | shallow: use struct 'shallow_lock' for additional safetyTaylor Blau2020-04-301-11/+11
| * | shallow: extract a header file for shallow-related functionsTaylor Blau2020-04-301-0/+14
* | | Merge branch 'tb/reset-shallow'Junio C Hamano2020-05-011-9/+21
|\| |
| * | shallow.c: use '{commit,rollback}_shallow_file'Taylor Blau2020-04-241-9/+21
| |/
* / oid_array: rename source file from sha1-arrayJeff King2020-03-301-1/+1
|/
* Merge branch 'rs/dedup-includes'Junio C Hamano2019-10-111-3/+0
|\
| * treewide: remove duplicate #include directivesRené Scharfe2019-10-041-3/+0
* | Merge branch 'as/shallow-slab-use-fix'Junio C Hamano2019-10-091-0/+2
|\ \ | |/ |/|