aboutsummaryrefslogtreecommitdiffstats
path: root/pack-bitmap-write.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-15Merge branch 'ps/object-store'Junio C Hamano1-4/+5
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt1-2/+2
2025-07-01odb: get rid of `the_repository` in `odb_mkstemp()`Patrick Steinhardt1-1/+2
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-06-17Merge branch 'ly/do-not-localize-bug-messages'Junio C Hamano1-1/+1
2025-06-03BUG(): remove leading underscore of the format stringLidong Yan1-1/+1
2025-04-24Merge branch 'ps/object-file-cleanup'Junio C Hamano1-1/+1
2025-04-15Merge branch 'ps/object-wo-the-repository'Junio C Hamano1-18/+18
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-03-21midx: implement writing incremental MIDX bitmapsTaylor Blau1-16/+49
2025-03-10pack-bitmap-write: stop depending on `the_repository`Patrick Steinhardt1-18/+18
2025-03-10csum-file: stop depending on `the_repository`Patrick Steinhardt1-1/+1
2025-02-28path: adjust last remaining users of `the_repository`Patrick Steinhardt1-1/+1
2024-12-18progress: stop using `the_repository`Patrick Steinhardt1-2/+4
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-09-30pack-bitmap-write: fix leaking OID arrayPatrick Steinhardt1-0/+1
2024-09-30pseudo-merge: fix various memory leaksPatrick Steinhardt1-0/+8
2024-08-26Merge branch 'jk/drop-unused-parameters'Junio C Hamano1-4/+3
2024-08-17pack-bitmap: drop unused parameters from select_pseudo_merges()Jeff King1-1/+1
2024-08-17pack-bitmap: load writer config from repository parameterJeff King1-1/+1
2024-08-15pack-bitmap-write.c: select pseudo-merges even for small bitmapsTaylor Blau1-0/+4
2024-08-15pack-bitmap: drop redundant args from `bitmap_writer_finish()`Taylor Blau1-4/+4
2024-08-15pack-bitmap: drop redundant args from `bitmap_writer_build()`Taylor Blau1-6/+3
2024-08-15pack-bitmap: drop redundant args from `bitmap_writer_build_type_index()`Taylor Blau1-7/+5
2024-08-15pack-bitmap: initialize `bitmap_writer_init()` with packing_dataTaylor Blau1-1/+3
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano1-2/+4
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-14hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`Patrick Steinhardt1-2/+2
2024-05-24pseudo-merge: implement support for finding existing mergesTaylor Blau1-2/+13
2024-05-24pack-bitmap-write.c: write pseudo-merge tableTaylor Blau1-0/+131
2024-05-24pseudo-merge: implement support for selecting pseudo-merge commitsTaylor Blau1-0/+21
2024-05-24pack-bitmap: make `bitmap_writer_push_bitmapped_commit()` publicTaylor Blau1-5/+4
2024-05-24pack-bitmap: implement `bitmap_writer_has_bitmapped_object_id()`Taylor Blau1-0/+6
2024-05-24pack-bitmap-write: support storing pseudo-merge commitsTaylor Blau1-33/+63
2024-05-24pack-bitmap: move some initialization to `bitmap_writer_init()`Taylor Blau1-6/+18
2024-05-15pack-bitmap: introduce `bitmap_writer_free()`Taylor Blau1-0/+23
2024-05-15pack-bitmap-write.c: avoid uninitialized 'write_as' fieldTaylor Blau1-0/+1
2024-05-15pack-bitmap: drop unused `max_bitmaps` parameterTaylor Blau1-7/+1
2024-05-15pack-bitmap: avoid use of static `bitmap_writer`Taylor Blau1-104/+105
2024-05-15pack-bitmap-write.c: move commit_positions into commit_pos fieldsTaylor Blau1-25/+16
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano1-1/+1
2024-01-12Merge branch 'tb/multi-pack-verbatim-reuse'Junio C Hamano1-1/+8
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-3/+0
2023-12-14pack-bitmap-write: deep-clear the `bb_commit` slabTaylor Blau1-1/+8
2023-10-02tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman1-1/+1
2023-10-02pack-bitmap-write: rebuild using new bitmap when remappingChristian Couder1-1/+5
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-04-24diff.h: reduce unnecessary includesElijah Newren1-0/+1