summaryrefslogtreecommitdiff
path: root/pack-bitmap-write.c
AgeCommit message (Expand)Author
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-14hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`Patrick Steinhardt
2024-05-24pseudo-merge: implement support for finding existing mergesTaylor Blau
2024-05-24pack-bitmap-write.c: write pseudo-merge tableTaylor Blau
2024-05-24pseudo-merge: implement support for selecting pseudo-merge commitsTaylor Blau
2024-05-24pack-bitmap: make `bitmap_writer_push_bitmapped_commit()` publicTaylor Blau
2024-05-24pack-bitmap: implement `bitmap_writer_has_bitmapped_object_id()`Taylor Blau
2024-05-24pack-bitmap-write: support storing pseudo-merge commitsTaylor Blau
2024-05-24pack-bitmap: move some initialization to `bitmap_writer_init()`Taylor Blau
2024-05-15pack-bitmap: introduce `bitmap_writer_free()`Taylor Blau
2024-05-15pack-bitmap-write.c: avoid uninitialized 'write_as' fieldTaylor Blau
2024-05-15pack-bitmap: drop unused `max_bitmaps` parameterTaylor Blau
2024-05-15pack-bitmap: avoid use of static `bitmap_writer`Taylor Blau
2024-05-15pack-bitmap-write.c: move commit_positions into commit_pos fieldsTaylor Blau
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano
2024-01-12Merge branch 'tb/multi-pack-verbatim-reuse'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-14pack-bitmap-write: deep-clear the `bb_commit` slabTaylor Blau
2023-10-02tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman
2023-10-02pack-bitmap-write: rebuild using new bitmap when remappingChristian Couder
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-04-24diff.h: reduce unnecessary includesElijah Newren
2023-04-24commit.h: reduce unnecessary includesElijah Newren
2023-04-11treewide: remove cache.h inclusion due to object.h changesElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21csum-file.h: remove unnecessary inclusion of cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2022-10-13pack-bitmap-write.c: instrument number of reused bitmapsTaylor Blau
2022-08-28pack-bitmap-write: drop unused pack_idx_entry parametersJeff King
2022-08-26pack-bitmap-write.c: write lookup table extensionAbhradeep Chakraborty
2022-08-26bitmap: move `get commit positions` code to `bitmap_writer_finish`Abhradeep Chakraborty
2022-07-19pack-bitmap-write: use const for hashesDerrick Stolee
2022-06-07Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano
2022-04-13revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason
2022-03-10core.fsync: introduce granular fsync control infrastructureNeeraj Singh
2022-02-25Merge branch 'ab/only-single-progress-at-once'Junio C Hamano
2022-02-03pack-bitmap-write.c: don't return without stop_progress()Ævar Arnfjörð Bjarmason
2021-09-01pack-bitmap: read multi-pack bitmapsTaylor Blau
2021-08-24pack-bitmap-write.c: free existing bitmapsTaylor Blau
2021-08-24pack-bitmap-write.c: gracefully fail to write non-closed bitmapsTaylor Blau
2021-01-28oid_pos(): access table through const pointersJeff King
2021-01-28hash_pos(): convert to oid_pos()Jeff King
2021-01-15Merge branch 'ma/sha1-is-a-hash'Junio C Hamano