summaryrefslogtreecommitdiffstats
path: root/packfile.h
AgeCommit message (Expand)AuthorLines
2025-04-29object-store: move function declarations to their respective subsystemsPatrick Steinhardt-0/+19
2025-04-29object-store: move `struct packed_git` into "packfile.h"Patrick Steinhardt-1/+58
2025-03-13builtin/pack-objects.c: freshen objects from existing cruft packsTaylor Blau-0/+2
2025-01-28Merge branch 'jk/pack-header-parse-alignment-fix'Junio C Hamano-0/+6
2025-01-21packfile: factor out --pack_header argument parsingJeff King-0/+6
2024-12-04config: make `packed_git_(limit|window_size)` non-global variablesKarthik Nayak-1/+1
2024-12-04packfile: pass down repository to `for_each_packed_object`Karthik Nayak-1/+1
2024-12-04packfile: pass down repository to `has_object[_kept]_pack`Karthik Nayak-2/+3
2024-12-04packfile: pass down repository to `odb_pack_name`Karthik Nayak-1/+2
2024-12-04packfile: add repository to struct `packed_git`Karthik Nayak-2/+4
2024-10-25packfile: use object_id in find_pack_entry_one()Jeff King-2/+2
2024-10-25packfile: convert find_sha1_pack() to use object_idJeff King-2/+7
2024-10-25packfile: warn people away from parse_packed_git()Jeff King-1/+10
2024-10-25packfile: drop sha1_pack_index_name()Jeff King-7/+0
2024-10-25packfile: drop sha1_pack_name()Jeff King-7/+0
2024-10-25packfile: drop has_pack_index()Jeff King-2/+0
2024-08-06midx: implement support for writing incremental MIDX chainsTaylor Blau-0/+4
2024-06-14hash-ll: merge with "hash.h"Patrick Steinhardt-0/+2
2023-11-20packfile.c: fix a typo in `each_file_in_pack_dir_fn()`'s declarationJohannes Schindelin-1/+1
2023-04-24packfile.h: move pack_window and pack_entry from cache.hElijah Newren-2/+14
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano-1/+0
2023-03-28cocci: apply the "packfile.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-1/+0
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren-1/+3
2021-12-15Merge branch 'tb/pack-revindex-on-disk-cleanup'Junio C Hamano-1/+0
2021-12-04packfile: make `close_pack_revindex()` staticTaylor Blau-1/+0
2021-09-12packfile: convert has_packed_and_bad() to object_idRené Scharfe-1/+1
2021-09-12packfile: convert mark_bad_packed_object() to object_idRené Scharfe-1/+1
2021-02-22packfile: introduce 'find_kept_pack_entry()'Taylor Blau-0/+5
2021-01-25packfile: prepare for the existence of '*.rev' filesTaylor Blau-0/+1
2020-08-28midx: traverse the local MIDX firstTaylor Blau-0/+1
2020-02-24packfile: drop nth_packed_object_sha1()Jeff King-9/+3
2020-02-24nth_packed_object_oid(): use customary integer returnJeff King-3/+2
2020-02-14Merge branch 'jk/packfile-reuse-cleanup'Junio C Hamano-0/+3
2019-09-13packfile: expose get_delta_base()Jeff King-0/+3
2019-09-09Merge branch 'ds/midx-expire-repack'Junio C Hamano-1/+1
2019-08-20packfile.h: drop extern from function declarationDenton Liu-1/+1
2019-07-19Merge branch 'ds/midx-expire-repack'Junio C Hamano-0/+7
2019-07-09Merge branch 'ds/close-object-store'Junio C Hamano-1/+1
2019-06-12packfile: rename close_all_packs to close_object_storeDerrick Stolee-1/+1
2019-06-11repack: refactor pack deletion for future useDerrick Stolee-0/+7
2019-05-09Merge branch 'nd/sha1-name-c-wo-the-repository'Junio C Hamano-1/+2
2019-04-25Merge branch 'jk/server-info-rabbit-hole'Junio C Hamano-41/+47
2019-04-16packfile: fix pack basename computationJeff King-0/+6
2019-04-16packfile.h: drop extern from function declarationsJeff King-41/+41
2019-04-08packfile.c: add repo_approximate_object_count()Nguyễn Thái Ngọc Duy-1/+2
2019-03-22midx: during verify group objects by packfile to speed verificationJeff Hostetler-0/+2
2019-02-05Merge branch 'sb/more-repo-in-api'Junio C Hamano-1/+1
2018-10-19packfile: allow has_packed_and_bad to handle arbitrary repositoriesStefan Beller-1/+1
2018-10-15fuzz: add fuzz testing for packfile indices.Josh Steadmon-0/+13
2018-08-20packfile: add all_packs listDerrick Stolee-0/+1