summaryrefslogtreecommitdiff
path: root/packfile.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-091-1/+1
|\
| * treewide: remove cache.h inclusion due to previous changesElijah Newren2023-04-241-1/+1
* | Merge branch 'tb/pack-revindex-on-disk'Junio C Hamano2023-04-271-1/+1
|\ \ | |/ |/|
| * pack-revindex: make `load_pack_revindex` take a repositoryTaylor Blau2023-04-131-1/+1
| * Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-1/+4
| |\
| * \ Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-1/+1
| |\ \
* | | | object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
* | | | treewide: be explicit about dependence on pack-revindex.hElijah Newren2023-04-111-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-1/+1
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | cocci: apply the "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
* | | csum-file.h: remove unnecessary inclusion of cache.hElijah Newren2023-03-211-1/+1
* | | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* | | wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
* | | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
| |/ |/|
* | Merge branch 'ds/reprepare-alternates-when-repreparing-packfiles'Junio C Hamano2023-03-191-0/+10
|\ \
| * | object-file: reprepare alternates when necessaryDerrick Stolee2023-03-091-0/+10
* | | Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano2023-03-171-2/+2
|\ \ \
| * | | for_each_object: mark unused callback parametersJeff King2023-02-241-2/+2
| | |/ | |/|
* | | 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
|/ /
* | packfile: inline custom read_object()Jeff King2023-01-081-17/+9
|/
* Merge branch 'ab/unused-annotation'Junio C Hamano2022-09-141-1/+1
|\
| * git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-1/+1
* | Merge branch 'jk/unused-annotation'Junio C Hamano2022-09-141-1/+1
|\ \ | |/
| * hashmap: mark unused callback parametersJeff King2022-08-191-1/+1
* | Merge branch 'jk/is-promisor-object-keep-tree-in-use'Junio C Hamano2022-08-251-2/+13
|\ \ | |/ |/|
| * is_promisor_object(): fix use-after-free of tree bufferJeff King2022-08-141-2/+13
* | Merge branch 'jk/fsck-tree-mode-bits-fix'Junio C Hamano2022-08-181-1/+1
|\ \
| * | tree-walk: add a mechanism for getting non-canonicalized modesJeff King2022-08-101-1/+1
* | | Merge branch 'rs/mergesort'Junio C Hamano2022-08-031-15/+3
|\ \ \
| * | | packfile: use DEFINE_LIST_SORTRené Scharfe2022-07-171-15/+3
* | | | Merge branch 'jk/optim-promisor-object-enumeration'Junio C Hamano2022-07-111-1/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | is_promisor_object(): walk promisor packs in pack-orderJeff King2022-06-161-1/+2
| |/ /
* | | Merge branch 'tb/cruft-packs'Junio C Hamano2022-06-031-2/+17
|\ \ \
| * | | pack-mtimes: support reading .mtimes filesTaylor Blau2022-05-261-2/+17
| |/ /
* | | Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano2022-05-021-1/+1
|\ \ \ | |/ / |/| |
| * | tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-1/+1
* | | Merge branch 'jt/pack-header-lshift-overflow'Junio C Hamano2022-01-121-1/+1
|\ \ \
| * | | packfile: fix off-by-one error in decoding logicJunio C Hamano2022-01-121-1/+1
* | | | Merge branch 'tb/pack-revindex-on-disk-cleanup'Junio C Hamano2021-12-151-1/+2
|\ \ \ \
| * | | | packfile: make `close_pack_revindex()` staticTaylor Blau2021-12-041-1/+2
* | | | | Merge branch 'jt/pack-header-lshift-overflow'Junio C Hamano2021-12-101-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | packfile: avoid overflowing shift during decodeJonathan Tan2021-11-111-1/+1
* | | | | Merge branch 'mc/clean-smudge-with-llp64'Junio C Hamano2021-11-291-3/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | odb: guard against data loss checking out a huge fileMatt Cooper2021-11-031-3/+3
* | | | | Merge branch 'rs/close-pack-leakfix'Junio C Hamano2021-10-031-0/+1
|\ \ \ \ \
| * | | | | packfile: release bad_objects in close_pack()René Scharfe2021-09-241-0/+1
* | | | | | Merge branch 'rs/packfile-bad-object-list-in-oidset'Junio C Hamano2021-09-231-27/+11
|\ \ \ \ \ \
| * | | | | | packfile: use oidset for bad objectsRené Scharfe2021-09-121-22/+6