summary refs log tree commit diff
path: root/pack-bitmap-write.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-15pack-bitmap-write: use GIT_MAX_RAWSZ for allocationbrian m. carlson1-1/+1
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-1/+1
2018-09-17Merge branch 'ds/reachable'Junio C Hamano1-0/+1
2018-07-20commit.h: remove method declarationsDerrick Stolee1-0/+1
2018-07-18Merge branch 'jt/remove-pack-bitmap-global'Junio C Hamano1-2/+8
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano1-0/+1
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano1-0/+1
2018-06-21pack-bitmap: add free functionJonathan Tan1-0/+4
2018-06-21pack-bitmap: remove bitmap_git global variableJonathan Tan1-2/+4
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano1-1/+1
2018-05-23Merge branch 'nd/pack-objects-pack-struct'Junio C Hamano1-6/+8
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano1-1/+2
2018-05-16object-store: move object access functions to object-store.hStefan Beller1-0/+1
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano1-1/+1
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin1-1/+1
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller1-1/+2
2018-04-16pack-objects: move in_pack_pos out of struct object_entryNguyễn Thái Ngọc Duy1-3/+5
2018-04-16pack-objects: turn type and in_pack_type to bitfieldsNguyễn Thái Ngọc Duy1-3/+3
2018-04-02csum-file: refactor finalize_hashfile() methodDerrick Stolee1-1/+1
2018-04-02csum-file: rename hashclose() to finalize_hashfile()Derrick Stolee1-1/+1