summaryrefslogtreecommitdiff
path: root/shallow.c
Commit message (Expand)AuthorAgeFilesLines
* 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-231-0/+1
* | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-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-131-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-131-0/+1
* | Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-201-1/+1
|\ \
| * | tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-1/+1
* | | shallow: reset commit grafts when shallow is resetJonathan Tan2022-03-171-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
|\ \ | |/ |/|
| * shallow.c: don't free unallocated slabsAli Utku Selen2019-10-021-0/+2
* | Use the right 'struct repository' instead of the_repositoryNguyễn Thái Ngọc Duy2019-06-271-1/+2
* | fetch-pack: do not take shallow lock unnecessarilyJonathan Tan2019-01-101-0/+7
* | Merge branch 'js/shallow-and-fetch-prune'Junio C Hamano2018-11-061-6/+17
|\ \ | |/
| * shallow: offer to prune only non-existing entriesJohannes Schindelin2018-10-251-6/+17
* | Merge branch 'nd/the-index'Junio C Hamano2018-10-191-1/+1
|\ \
| * | revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
| |/
* | commit.h: remove method declarationsDerrick Stolee2018-07-201-0/+1
|/
* tag: add repository argument to deref_tagStefan Beller2018-06-291-1/+3
* commit: add repository argument to lookup_commitStefan Beller2018-06-291-7/+10
* commit: add repository argument to lookup_commit_reference_gentlyStefan Beller2018-06-291-3/+6
* Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-36/+38
|\
| * shallow: migrate shallow information into the object parserStefan Beller2018-05-181-27/+23
| * path.c: migrate global git_path_* to take a repository argumentStefan Beller2018-05-181-5/+7
| * shallow: add repository argument to is_repository_shallowStefan Beller2018-05-181-4/+4
| * shallow: add repository argument to check_shallow_file_for_updateStefan Beller2018-05-181-3/+4
| * shallow: add repository argument to register_shallowStefan Beller2018-05-181-2/+2
| * shallow: add repository argument to set_alternate_shallow_fileStefan Beller2018-05-181-1/+1