aboutsummaryrefslogtreecommitdiff
path: root/builtin/index-pack.c
AgeCommit message (Expand)Author
6 daysMerge branch 'ps/odb-cleanup'Junio C Hamano
2026-03-31odb: rename `odb_has_object()` flagsPatrick Steinhardt
2026-03-23fsck: store repository in fsck optionsPatrick Steinhardt
2026-03-23fsck: initialize fsck options via a functionPatrick Steinhardt
2026-03-05odb: embed base source in the "files" backendPatrick Steinhardt
2026-03-05odb: introduce "files" sourcePatrick Steinhardt
2026-01-09packfile: move packfile store into object sourcePatrick Steinhardt
2025-12-15Merge branch 'ps/object-read-stream' into ps/packfile-store-in-odb-sourceJunio C Hamano
2025-11-25builtin/index-pack: fix deferred fsck outside reposPatrick Steinhardt
2025-11-23streaming: drop redundant type and size pointersPatrick Steinhardt
2025-11-23streaming: move into object database subsystemPatrick Steinhardt
2025-11-23streaming: refactor interface to be object-database-centricPatrick Steinhardt
2025-11-23streaming: rename `git_istream` into `odb_read_stream`Patrick Steinhardt
2025-09-24packfile: introduce function to load and add packfilesPatrick Steinhardt
2025-09-24packfile: refactor `install_packed_git()` to work on packfile storePatrick Steinhardt
2025-08-05Merge branch 'ps/object-file-wo-the-repository'Junio C Hamano
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-07-17Merge branch 'bc/use-sha256-by-default-in-3.0' into ps/config-wo-the-repositoryJunio C Hamano
2025-07-16object-file: get rid of `the_repository` in `finalize_object_file()`Patrick Steinhardt
2025-07-01builtin: use default hash when outside a repositorybrian m. carlson
2025-07-01odb: rename `has_object()`Patrick Steinhardt
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt
2025-07-01odb: get rid of `the_repository` in `odb_mkstemp()`Patrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-05-12Merge branch 'ds/fix-thin-fix'Junio C Hamano
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt
2025-04-29object-store: move and rename `odb_pack_keep()`Patrick Steinhardt
2025-04-28index-pack: allow revisiting REF_DELTA chainsDerrick Stolee
2025-04-15Merge branch 'ps/object-wo-the-repository'Junio C Hamano
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-04-08Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanupJunio C Hamano
2025-04-07Merge branch 'jh/hash-init-fixes'Junio C Hamano
2025-03-18index-pack, unpack-objects: restore missing ->init_fnJensen Huang
2025-03-10environment: move access to "core.bigFileThreshold" into repo settingsPatrick Steinhardt
2025-03-10pack-write: stop depending on `the_repository` and `the_hash_algo`Patrick Steinhardt
2025-03-10object: stop depending on `the_repository`Patrick Steinhardt
2025-03-10csum-file: stop depending on `the_repository`Patrick Steinhardt
2025-02-10Merge branch 'ps/hash-cleanup'Junio C Hamano
2025-02-03Merge branch 'kn/pack-write-with-reduced-globals'Junio C Hamano
2025-01-31global: adapt callers to use generic hash context helpersPatrick Steinhardt
2025-01-31hash: stop typedeffing the hash contextPatrick Steinhardt
2025-01-28Merge branch 'jk/pack-header-parse-alignment-fix'Junio C Hamano
2025-01-28Merge branch 'jc/show-usage-help'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 hash_algo to `fixup_pack_header_footer()`Karthik Nayak
2025-01-21Merge branch 'ps/the-repository'Junio C Hamano
2025-01-21index-pack, unpack-objects: use skip_prefix to avoid magic numberJeff King
2025-01-21index-pack, unpack-objects: use get_be32() for reading pack headerJeff King