aboutsummaryrefslogtreecommitdiff
path: root/pack.h
AgeCommit message (Expand)Author
2026-03-23builtin/fsck: stop using `the_repository` when checking packed objectsPatrick Steinhardt
2025-07-16object-file: get rid of `the_repository` in `finalize_object_file()`Patrick Steinhardt
2025-03-10pack-write: stop depending on `the_repository` and `the_hash_algo`Patrick Steinhardt
2025-02-03Merge branch 'kn/pack-write-with-reduced-globals'Junio C Hamano
2025-01-28Merge branch 'jk/pack-header-parse-alignment-fix'Junio C Hamano
2025-01-21pack-write: pass hash_algo to `write_rev_file()`Karthik Nayak
2025-01-21pack-write: pass hash_algo to `write_idx_file()`Karthik Nayak
2025-01-21pack-write: pass repository to `index_pack_lockfile()`Karthik Nayak
2025-01-21pack-write: pass hash_algo to `fixup_pack_header_footer()`Karthik Nayak
2025-01-21index-pack, unpack-objects: use get_be32() for reading pack headerJeff King
2024-12-04config: make `delta_base_cache_limit` a non-global variableKarthik Nayak
2024-09-30pack-write: fix return parameter of `write_rev_file_order()`Patrick Steinhardt
2023-03-21csum-file.h: remove unnecessary inclusion of cache.hElijah Newren
2022-05-26pack-mtimes: support writing pack .mtimes filesTaylor Blau
2022-05-26pack-write: pass 'struct packing_data' to 'stage_tmp_packfiles'Taylor Blau
2021-09-09pack-write: split up finish_tmp_packfile() functionÆvar Arnfjörð Bjarmason
2021-09-09pack.h: line-wrap the definition of finish_tmp_packfile()Ævar Arnfjörð Bjarmason
2021-04-08Merge branch 'tb/reverse-midx'Junio C Hamano
2021-04-01pack-write.c: extract 'write_rev_file_order'Taylor Blau
2021-03-01Merge branch 'jt/transfer-fsck-across-packs'Junio C Hamano
2021-02-22fetch-pack: print and use dangling .gitmodulesJonathan Tan
2021-01-25pack-write.c: prepare to write 'pack-*.rev' filesTaylor Blau
2021-01-12fetch-pack: refactor writing promisor fileChristian Couder
2019-05-05*.[ch]: manually align parameter listsDenton Liu
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu
2018-11-12pack-check.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2018-02-02csum-file: rename sha1file to hashfilebrian m. carlson
2017-05-08Convert the verify_pack callback to struct object_idbrian m. carlson
2017-05-08pack: convert struct pack_idx_entry to struct object_idbrian m. carlson
2017-03-24pack.h: define largest possible encoded object sizeJeff King
2017-03-24encode_in_pack_object_header: respect output buffer lengthJeff King
2016-07-13fsck: use streaming interface for large blobs in packNguyễn Thái Ngọc Duy
2014-03-03finish_tmp_packfile():use strbuf for pathname constructionSun He
2013-12-05pack-objects: name pack files after trailer hashJeff King
2011-12-16Merge branch 'jc/stream-to-pack'Junio C Hamano
2011-12-05Merge branch 'jc/index-pack-reject-dups'Junio C Hamano
2011-11-16receive-pack, fetch-pack: reject bogus pack that records objects twiceJunio C Hamano
2011-11-06fsck: print progressNguyễn Thái Ngọc Duy
2011-11-06fsck: avoid reading every object twiceNguyễn Thái Ngọc Duy
2011-10-28finish_tmp_packfile(): a helper functionJunio C Hamano
2011-10-28create_tmp_packfile(): a helper functionJunio C Hamano
2011-10-28write_pack_header(): a helper functionJunio C Hamano
2011-02-27index-pack --verify: read anomalous offsets from v2 idx fileJunio C Hamano
2011-02-27index-pack: --verifyJunio C Hamano
2011-02-27write_idx_file: introduce a struct to hold idx customization optionsJunio C Hamano
2010-05-21Merge branch 'sp/maint-dumb-http-pack-reidx'Junio C Hamano
2010-04-19Extract verify_pack_index for reuse from verify_packShawn O. Pearce
2010-02-23move encode_in_pack_object_header() to a better placeNicolas Pitre
2010-01-22make "index-pack" a built-inLinus Torvalds
2008-08-29improve reliability of fixup_pack_header_footer()Nicolas Pitre