summaryrefslogtreecommitdiff
path: root/pack-bitmap-write.c
Commit message (Expand)AuthorAgeFilesLines
* diff.h: reduce unnecessary includesElijah Newren2023-04-241-0/+1
* commit.h: reduce unnecessary includesElijah Newren2023-04-241-0/+1
* treewide: remove cache.h inclusion due to object.h changesElijah Newren2023-04-111-1/+1
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-1/+2
|\
| * cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+2
* | csum-file.h: remove unnecessary inclusion of cache.hElijah Newren2023-03-211-1/+2
* | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
* | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-1/+2
|/
* pack-bitmap-write.c: instrument number of reused bitmapsTaylor Blau2022-10-131-1/+7
* pack-bitmap-write: drop unused pack_idx_entry parametersJeff King2022-08-281-6/+2
* pack-bitmap-write.c: write lookup table extensionAbhradeep Chakraborty2022-08-261-2/+89
* bitmap: move `get commit positions` code to `bitmap_writer_finish`Abhradeep Chakraborty2022-08-261-9/+20
* pack-bitmap-write: use const for hashesDerrick Stolee2022-07-191-1/+1
* Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano2022-06-071-0/+1
|\
| * revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason2022-04-131-0/+1
* | core.fsync: introduce granular fsync control infrastructureNeeraj Singh2022-03-101-1/+2
|/
* Merge branch 'ab/only-single-progress-at-once'Junio C Hamano2022-02-251-3/+3
|\
| * pack-bitmap-write.c: don't return without stop_progress()Ævar Arnfjörð Bjarmason2022-02-031-3/+3
* | pack-bitmap: read multi-pack bitmapsTaylor Blau2021-09-011-1/+1
* | pack-bitmap-write.c: free existing bitmapsTaylor Blau2021-08-241-0/+1
* | pack-bitmap-write.c: gracefully fail to write non-closed bitmapsTaylor Blau2021-08-241-23/+53
|/
* oid_pos(): access table through const pointersJeff King2021-01-281-2/+2
* hash_pos(): convert to oid_pos()Jeff King2021-01-281-3/+3
* Merge branch 'ma/sha1-is-a-hash'Junio C Hamano2021-01-151-2/+2
|\
| * hash-lookup: rename from sha1-lookupMartin Ågren2021-01-041-1/+1
| * sha1-lookup: rename `sha1_pos()` as `hash_pos()`Martin Ågren2021-01-041-1/+1
* | pack-bitmap-write: better reuse bitmapsDerrick Stolee2020-12-081-2/+38
* | pack-bitmap-write: relax unique revwalk conditionDerrick Stolee2020-12-081-9/+5
* | pack-bitmap-write: use existing bitmapsDerrick Stolee2020-12-081-4/+36
* | pack-bitmap-write: ignore BITMAP_FLAG_REUSEJeff King2020-12-081-45/+5
* | pack-bitmap-write: build fewer intermediate bitmapsDerrick Stolee2020-12-081-6/+66
* | pack-bitmap-write: rename children to reverse_edgesDerrick Stolee2020-12-081-3/+3
* | pack-bitmap-write: fill bitmap with commit historyDerrick Stolee2020-12-081-7/+23
* | pack-bitmap-write: pass ownership of intermediate bitmapsJeff King2020-12-081-2/+8
* | pack-bitmap-write: reimplement bitmap writingJeff King2020-12-081-123/+161
|/
* pack-bitmap-write: use hashwrite_be32() in write_hash_cache()René Scharfe2020-09-061-2/+1
* pack-objects: drop packlist index_pos optimizationJeff King2019-09-061-1/+1
* pack-bitmap: convert khash_sha1 maps into kh_oid_mapJeff King2019-06-201-7/+7
* pack-objects: convert packlist_find() to use object_idJeff King2019-06-201-1/+1
* pack-bitmap-write: convert some helpers to use object_idJeff King2019-06-201-9/+9
* pack-bitmap: replace sha1_to_hexbrian m. carlson2019-04-011-3/+3
* pack-bitmap: make bitmap header handling hash agnosticbrian m. carlson2019-04-011-1/+1
* pack-*.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-121-3/+3
* Merge branch 'bc/hash-transition-part-15'Junio C Hamano2018-10-301-1/+1
|\
| * pack-bitmap-write: use GIT_MAX_RAWSZ for allocationbrian m. carlson2018-10-151-1/+1
* | Merge branch 'nd/the-index'Junio C Hamano2018-10-191-1/+1
|\ \ | |/ |/|
| * revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
* | Merge branch 'ds/reachable'Junio C Hamano2018-09-171-0/+1
|\ \ | |/ |/|