summaryrefslogtreecommitdiffstats
path: root/pack-bitmap-write.c
AgeCommit message (Expand)AuthorLines
2021-09-01pack-bitmap: read multi-pack bitmapsTaylor Blau-1/+1
2021-08-24pack-bitmap-write.c: free existing bitmapsTaylor Blau-0/+1
2021-08-24pack-bitmap-write.c: gracefully fail to write non-closed bitmapsTaylor Blau-23/+53
2021-01-28oid_pos(): access table through const pointersJeff King-2/+2
2021-01-28hash_pos(): convert to oid_pos()Jeff King-3/+3
2021-01-15Merge branch 'ma/sha1-is-a-hash'Junio C Hamano-2/+2
2021-01-04hash-lookup: rename from sha1-lookupMartin Ågren-1/+1
2021-01-04sha1-lookup: rename `sha1_pos()` as `hash_pos()`Martin Ågren-1/+1
2020-12-08pack-bitmap-write: better reuse bitmapsDerrick Stolee-2/+38
2020-12-08pack-bitmap-write: relax unique revwalk conditionDerrick Stolee-9/+5
2020-12-08pack-bitmap-write: use existing bitmapsDerrick Stolee-4/+36
2020-12-08pack-bitmap-write: ignore BITMAP_FLAG_REUSEJeff King-45/+5
2020-12-08pack-bitmap-write: build fewer intermediate bitmapsDerrick Stolee-6/+66
2020-12-08pack-bitmap-write: rename children to reverse_edgesDerrick Stolee-3/+3
2020-12-08pack-bitmap-write: fill bitmap with commit historyDerrick Stolee-7/+23
2020-12-08pack-bitmap-write: pass ownership of intermediate bitmapsJeff King-2/+8
2020-12-08pack-bitmap-write: reimplement bitmap writingJeff King-123/+161
2020-09-06pack-bitmap-write: use hashwrite_be32() in write_hash_cache()René Scharfe-2/+1
2019-09-06pack-objects: drop packlist index_pos optimizationJeff King-1/+1
2019-06-20pack-bitmap: convert khash_sha1 maps into kh_oid_mapJeff King-7/+7
2019-06-20pack-objects: convert packlist_find() to use object_idJeff King-1/+1
2019-06-20pack-bitmap-write: convert some helpers to use object_idJeff King-9/+9
2019-04-01pack-bitmap: replace sha1_to_hexbrian m. carlson-3/+3
2019-04-01pack-bitmap: make bitmap header handling hash agnosticbrian m. carlson-1/+1
2018-11-12pack-*.c: remove the_repository referencesNguyễn Thái Ngọc Duy-3/+3
2018-10-30Merge branch 'bc/hash-transition-part-15'Junio C Hamano-1/+1
2018-10-19Merge branch 'nd/the-index'Junio C Hamano-1/+1
2018-10-15pack-bitmap-write: use GIT_MAX_RAWSZ for allocationbrian m. carlson-1/+1
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy-1/+1
2018-09-17Merge branch 'ds/reachable'Junio C Hamano-0/+1
2018-07-20commit.h: remove method declarationsDerrick Stolee-0/+1
2018-07-18Merge branch 'jt/remove-pack-bitmap-global'Junio C Hamano-2/+8
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano-0/+1
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano-0/+1
2018-06-21pack-bitmap: add free functionJonathan Tan-0/+4
2018-06-21pack-bitmap: remove bitmap_git global variableJonathan Tan-2/+4
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano-1/+1
2018-05-23Merge branch 'nd/pack-objects-pack-struct'Junio C Hamano-6/+8
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano-1/+2
2018-05-16object-store: move object access functions to object-store.hStefan Beller-0/+1
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano-1/+1
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin-1/+1
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller-1/+2
2018-04-16pack-objects: move in_pack_pos out of struct object_entryNguyễn Thái Ngọc Duy-3/+5
2018-04-16pack-objects: turn type and in_pack_type to bitfieldsNguyễn Thái Ngọc Duy-3/+3
2018-04-02csum-file: refactor finalize_hashfile() methodDerrick Stolee-1/+1
2018-04-02csum-file: rename hashclose() to finalize_hashfile()Derrick Stolee-1/+1
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson-2/+1
2018-02-02csum-file: rename sha1file to hashfilebrian m. carlson-15/+15
2017-09-24pack-bitmap[-write]: use `object_array_clear()`, don't leakMartin Ågren-3/+1