summaryrefslogtreecommitdiffstats
path: root/packfile.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt2024-06-141-4/+6
* hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`Patrick Steinhardt2024-06-141-4/+4
* Merge branch 'eb/hash-transition'Junio C Hamano2024-03-281-1/+2
|\
| * tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman2023-10-021-1/+2
* | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
|/
* Merge branch 'jc/retire-get-sha1-hex'Junio C Hamano2023-08-041-1/+1
|\
| * hex: retire get_sha1_hex()Junio C Hamano2023-07-251-1/+1
* | Merge branch 'tb/object-access-overflow-protection'Junio C Hamano2023-07-251-7/+8
|\ \
| * | packfile.c: use checked arithmetic in `nth_packed_object_offset()`Taylor Blau2023-07-141-4/+5
| * | packfile.c: prevent overflow in `load_idx()`Taylor Blau2023-07-141-1/+1
| * | packfile.c: prevent overflow in `nth_packed_object_id()`Taylor Blau2023-07-131-2/+2
| |/
* | 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
* | Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano2023-06-301-1/+1
|\ \
| * | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
| |/
* | Merge branch 'ds/remove-idx-before-pack'Junio C Hamano2023-06-301-1/+1
|\ \ | |/ |/|
| * packfile: delete .idx files before .pack filesDerrick Stolee2023-06-201-1/+1
* | Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-101-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-281-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-241-0/+1
* | | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-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-151-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-181-15/+3