summaryrefslogtreecommitdiff
path: root/builtin/index-pack.c
AgeCommit message (Expand)AuthorFilesLines
11 daysMerge branch 'ty/repository-fetch-if-missing'Junio C Hamano1-4/+4
2026-08-15repository: move fetch_if_missing into struct repositoryTian Yuchen1-4/+4
2026-08-05odb/streaming: unify function names to create new streamsPatrick Steinhardt1-1/+1
2026-08-05odb/streaming: rename `struct odb_read_stream`Patrick Steinhardt1-3/+3
2026-07-16Merge branch 'jk/git-hash-cleanups'Junio C Hamano1-3/+3
2026-07-07hash: use git_hash_init() consistentlyJeff King1-3/+3
2026-07-02treewide: convert users of `whence` to the new source fieldPatrick Steinhardt1-1/+2
2026-07-02odb: add `source` field to struct object_info_sourcePatrick Steinhardt1-3/+3
2026-07-02odb: make backend-specific fields optionalPatrick Steinhardt1-2/+6
2026-06-21Merge branch 'js/objects-larger-than-4gb-on-windows-more'Junio C Hamano1-5/+5
2026-06-17Merge branch 'ab/index-pack-retain-child-bases'Junio C Hamano1-1/+0
2026-06-15odb: use size_t for object_info.sizep and the size APIsJohannes Schindelin1-3/+3
2026-06-15patch-delta: use size_t for sizesJohannes Schindelin1-2/+2
2026-06-15Merge branch 'ob/more-repo-config-values'Junio C Hamano1-1/+2
2026-06-03environment: move `zlib_compression_level` into `struct repo_config_values`Olamide Caleb Bello1-1/+2
2026-06-02index-pack: retain child bases in delta cacheArijit Banerjee1-1/+0
2026-05-20Merge branch 'sb/unpack-index-pack-buffer-resize'Junio C Hamano1-2/+1
2026-05-09index-pack, unpack-objects: use size_t for object sizeJohannes Schindelin1-3/+5
2026-04-29index-pack, unpack-objects: increase input buffer from 4 KiB to 128 KiBScott Bauersfeld1-2/+1
2026-04-08Merge branch 'ps/odb-cleanup'Junio C Hamano1-1/+1
2026-03-31odb: rename `odb_has_object()` flagsPatrick Steinhardt1-1/+1
2026-03-23fsck: store repository in fsck optionsPatrick Steinhardt1-1/+1
2026-03-23fsck: initialize fsck options via a functionPatrick Steinhardt1-1/+3
2026-03-05odb: embed base source in the "files" backendPatrick Steinhardt1-3/+5
2026-03-05odb: introduce "files" sourcePatrick Steinhardt1-1/+1
2026-01-09packfile: move packfile store into object sourcePatrick Steinhardt1-1/+1
2025-12-15Merge branch 'ps/object-read-stream' into ps/packfile-store-in-odb-sourceJunio C Hamano1-9/+6
2025-11-25builtin/index-pack: fix deferred fsck outside reposPatrick Steinhardt1-3/+18
2025-11-23streaming: drop redundant type and size pointersPatrick Steinhardt1-5/+2
2025-11-23streaming: move into object database subsystemPatrick Steinhardt1-1/+1
2025-11-23streaming: refactor interface to be object-database-centricPatrick Steinhardt1-4/+4
2025-11-23streaming: rename `git_istream` into `odb_read_stream`Patrick Steinhardt1-1/+1
2025-09-24packfile: introduce function to load and add packfilesPatrick Steinhardt1-7/+3
2025-09-24packfile: refactor `install_packed_git()` to work on packfile storePatrick Steinhardt1-1/+1
2025-08-05Merge branch 'ps/object-file-wo-the-repository'Junio C Hamano1-1/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-07-17Merge branch 'bc/use-sha256-by-default-in-3.0' into ps/config-wo-the-repositoryJunio C Hamano1-1/+1
2025-07-16object-file: get rid of `the_repository` in `finalize_object_file()`Patrick Steinhardt1-1/+1
2025-07-01builtin: use default hash when outside a repositorybrian m. carlson1-1/+1
2025-07-01odb: rename `has_object()`Patrick Steinhardt1-2/+2
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt1-4/+4
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt1-6/+7
2025-07-01odb: get rid of `the_repository` in `odb_mkstemp()`Patrick Steinhardt1-1/+1
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-05-12Merge branch 'ds/fix-thin-fix'Junio C Hamano1-26/+32
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt1-3/+2
2025-04-29object-store: move and rename `odb_pack_keep()`Patrick Steinhardt1-1/+1
2025-04-28index-pack: allow revisiting REF_DELTA chainsDerrick Stolee1-26/+32
2025-04-15Merge branch 'ps/object-wo-the-repository'Junio C Hamano1-7/+9
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1