summaryrefslogtreecommitdiffstats
path: root/pack-bitmap-write.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-19pack-bitmap-write: use const for hashesDerrick Stolee1-1/+1
2022-06-07Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano1-0/+1
2022-04-13revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason1-0/+1
2022-03-10core.fsync: introduce granular fsync control infrastructureNeeraj Singh1-1/+2
2022-02-25Merge branch 'ab/only-single-progress-at-once'Junio C Hamano1-3/+3
2022-02-03pack-bitmap-write.c: don't return without stop_progress()Ævar Arnfjörð Bjarmason1-3/+3
2021-09-01pack-bitmap: read multi-pack bitmapsTaylor Blau1-1/+1
2021-08-24pack-bitmap-write.c: free existing bitmapsTaylor Blau1-0/+1
2021-08-24pack-bitmap-write.c: gracefully fail to write non-closed bitmapsTaylor Blau1-23/+53
2021-01-28oid_pos(): access table through const pointersJeff King1-2/+2
2021-01-28hash_pos(): convert to oid_pos()Jeff King1-3/+3
2021-01-15Merge branch 'ma/sha1-is-a-hash'Junio C Hamano1-2/+2
2021-01-04hash-lookup: rename from sha1-lookupMartin Ågren1-1/+1
2021-01-04sha1-lookup: rename `sha1_pos()` as `hash_pos()`Martin Ågren1-1/+1
2020-12-08pack-bitmap-write: better reuse bitmapsDerrick Stolee1-2/+38
2020-12-08pack-bitmap-write: relax unique revwalk conditionDerrick Stolee1-9/+5
2020-12-08pack-bitmap-write: use existing bitmapsDerrick Stolee1-4/+36
2020-12-08pack-bitmap-write: ignore BITMAP_FLAG_REUSEJeff King1-45/+5
2020-12-08pack-bitmap-write: build fewer intermediate bitmapsDerrick Stolee1-6/+66
2020-12-08pack-bitmap-write: rename children to reverse_edgesDerrick Stolee1-3/+3
2020-12-08pack-bitmap-write: fill bitmap with commit historyDerrick Stolee1-7/+23
2020-12-08pack-bitmap-write: pass ownership of intermediate bitmapsJeff King1-2/+8
2020-12-08pack-bitmap-write: reimplement bitmap writingJeff King1-123/+161
2020-09-06pack-bitmap-write: use hashwrite_be32() in write_hash_cache()René Scharfe1-2/+1
2019-09-06pack-objects: drop packlist index_pos optimizationJeff King1-1/+1
2019-06-20pack-bitmap: convert khash_sha1 maps into kh_oid_mapJeff King1-7/+7
2019-06-20pack-objects: convert packlist_find() to use object_idJeff King1-1/+1
2019-06-20pack-bitmap-write: convert some helpers to use object_idJeff King1-9/+9
2019-04-01pack-bitmap: replace sha1_to_hexbrian m. carlson1-3/+3
2019-04-01pack-bitmap: make bitmap header handling hash agnosticbrian m. carlson1-1/+1
2018-11-12pack-*.c: remove the_repository referencesNguyễn Thái Ngọc Duy1-3/+3
2018-10-30Merge branch 'bc/hash-transition-part-15'Junio C Hamano1-1/+1
2018-10-19Merge branch 'nd/the-index'Junio C Hamano1-1/+1