aboutsummaryrefslogtreecommitdiffstats
path: root/pack-bitmap-write.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2023-04-24commit.h: reduce unnecessary includesElijah Newren1-0/+1
2023-04-11treewide: remove cache.h inclusion due to object.h changesElijah Newren1-1/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-1/+2
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+2
2023-03-21csum-file.h: remove unnecessary inclusion of cache.hElijah Newren1-1/+2
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-1/+2
2022-10-13pack-bitmap-write.c: instrument number of reused bitmapsTaylor Blau1-1/+7
2022-08-28pack-bitmap-write: drop unused pack_idx_entry parametersJeff King1-6/+2
2022-08-26pack-bitmap-write.c: write lookup table extensionAbhradeep Chakraborty1-2/+89
2022-08-26bitmap: move `get commit positions` code to `bitmap_writer_finish`Abhradeep Chakraborty1-9/+20