summaryrefslogtreecommitdiff
path: root/builtin/pack-objects.c
AgeCommit message (Expand)AuthorFilesLines
47 hoursMerge branch 'en/midx-missing-pack-fallback'Junio C Hamano1-1/+1
10 daysMerge branch 'ty/repository-fetch-if-missing'Junio C Hamano1-14/+18
12 daysMerge branch 'fr/pack-objects-trace-pack-bytes'Junio C Hamano1-0/+5
12 daysMerge branch 'ps/odb-eagerly-load-alternates'Junio C Hamano1-3/+0
12 daysMerge branch 'ps/odb-generic-corrupt-objects'Junio C Hamano1-4/+4
13 dayspackfile: recover when a multi-pack-index names a removed packElijah Newren1-1/+1
2026-08-24Merge branch 'js/pack-objects-delta-size-t'Junio C Hamano1-16/+16
2026-08-20pack-objects: trace pack bytes writtenFriel1-0/+5
2026-08-19odb/source: allow `read_object_info()` to bubble up error messagesPatrick Steinhardt1-3/+3
2026-08-19odb/source-packed: flag known-bad objects as corrupt and not missingPatrick Steinhardt1-1/+1
2026-08-17odb: eagerly initialize alternatesPatrick Steinhardt1-3/+0
2026-08-15repository: move fetch_if_missing into struct repositoryTian Yuchen1-14/+18
2026-08-13packfile: widen `unpack_object_header_buffer()` to `size_t`Johannes Schindelin1-4/+2
2026-08-13packfile, git-zlib: widen `use_pack()` and zstream avail fields to `size_t`Johannes Schindelin1-4/+4
2026-08-13delta: widen `create_delta()` and `diff_delta()` to `size_t`Johannes Schindelin1-2/+4
2026-08-13pack-objects: widen `mem_usage` and `try_delta()`'s out-param to `size_t`Johannes Schindelin1-2/+2
2026-08-13pack-objects: widen `free_unpacked()` return to `size_t`Johannes Schindelin1-2/+2
2026-08-13pack-objects: widen delta-cache accounting to `size_t`Johannes Schindelin1-5/+5
2026-08-05odb/streaming: unify function names to create new streamsPatrick Steinhardt1-2/+2
2026-08-05odb/streaming: rename `struct odb_read_stream`Patrick Steinhardt1-7/+7
2026-07-30Merge branch 'ps/odb-move-loose-object-writing'Junio C Hamano1-1/+47
2026-07-18object-file: move `force_object_loose()`Patrick Steinhardt1-0/+46
2026-07-18odb: support setting mtime when writing objectsPatrick Steinhardt1-1/+1
2026-07-15Merge branch 'ps/odb-drop-whence'Junio C Hamano1-6/+13
2026-07-15pack-bitmap: allow aborting iteration of bitmapped objectsPatrick Steinhardt1-1/+1
2026-07-15pack-objects: drop unused return value from add_object_entry()Jeff King1-5/+4
2026-07-09Merge branch 'ps/odb-drop-whence' into ps/odb-for-each-object-filterJunio C Hamano1-6/+13
2026-07-06Merge branch 'tb/pack-path-walk-bitmap-delta-islands'Junio C Hamano1-18/+50
2026-07-06Merge branch 'ps/odb-source-packed'Junio C Hamano1-3/+4
2026-07-02treewide: convert users of `whence` to the new source fieldPatrick Steinhardt1-1/+1
2026-07-02odb: add `source` field to struct object_info_sourcePatrick Steinhardt1-7/+7
2026-07-02odb: make backend-specific fields optionalPatrick Steinhardt1-4/+11
2026-07-02packfile: thread odb_source_packed through packed_object_info()Patrick Steinhardt1-2/+2
2026-06-24Merge branch 'ps/odb-source-packed' into ps/odb-drop-whenceJunio C Hamano1-3/+4
2026-06-21Merge branch 'js/objects-larger-than-4gb-on-windows-more'Junio C Hamano1-30/+43
2026-06-21pack-objects: support `--delta-islands` with `--path-walk`Taylor Blau1-4/+18
2026-06-21pack-objects: extract `record_tree_depth()` helperTaylor Blau1-14/+18
2026-06-21pack-objects: support reachability bitmaps with `--path-walk`Taylor Blau1-2/+16
2026-06-17midx: refactor interfaces to work on "packed" sourcePatrick Steinhardt1-1/+2
2026-06-17odb/source-packed: wire up `for_each_object()` callbackPatrick Steinhardt1-2/+2
2026-06-16Merge branch 'kk/streaming-walk-pqueue'Junio C Hamano1-0/+1
2026-06-15odb: use size_t for object_info.sizep and the size APIsJohannes Schindelin1-10/+23
2026-06-15pack-objects: use size_t for in-core object sizesJohannes Schindelin1-17/+18
2026-06-15pack-objects(check_pack_inflate()): use size_t instead of unsigned longJohannes Schindelin1-3/+2
2026-06-15Merge branch 'ak/typofixes'Junio C Hamano1-1/+1
2026-06-15Merge branch 'ob/more-repo-config-values'Junio C Hamano1-10/+14
2026-06-11Merge branch 'ps/odb-source-loose'Junio C Hamano1-4/+8
2026-06-08doc: fix typos via codespellAndrew Kreimer1-1/+1
2026-06-05Merge branch 'ps/odb-source-loose' into ps/odb-source-packedJunio C Hamano1-4/+8
2026-06-03environment: move "warn_on_object_refname_ambiguity" into `struct repo_config...Olamide Caleb Bello1-3/+4