Age | Commit message (Expand) | Author | Files | Lines |
2022-02-25 | Merge branch 'ab/only-single-progress-at-once' | Junio C Hamano | 1 | -3/+3 |
2022-02-03 | pack-bitmap-write.c: don't return without stop_progress() | Ævar Arnfjörð Bjarmason | 1 | -3/+3 |
2021-09-01 | pack-bitmap: read multi-pack bitmaps | Taylor Blau | 1 | -1/+1 |
2021-08-24 | pack-bitmap-write.c: free existing bitmaps | Taylor Blau | 1 | -0/+1 |
2021-08-24 | pack-bitmap-write.c: gracefully fail to write non-closed bitmaps | Taylor Blau | 1 | -23/+53 |
2021-01-28 | oid_pos(): access table through const pointers | Jeff King | 1 | -2/+2 |
2021-01-28 | hash_pos(): convert to oid_pos() | Jeff King | 1 | -3/+3 |
2021-01-15 | Merge branch 'ma/sha1-is-a-hash' | Junio C Hamano | 1 | -2/+2 |
2021-01-04 | hash-lookup: rename from sha1-lookup | Martin Ågren | 1 | -1/+1 |
2021-01-04 | sha1-lookup: rename `sha1_pos()` as `hash_pos()` | Martin Ågren | 1 | -1/+1 |
2020-12-08 | pack-bitmap-write: better reuse bitmaps | Derrick Stolee | 1 | -2/+38 |
2020-12-08 | pack-bitmap-write: relax unique revwalk condition | Derrick Stolee | 1 | -9/+5 |
2020-12-08 | pack-bitmap-write: use existing bitmaps | Derrick Stolee | 1 | -4/+36 |
2020-12-08 | pack-bitmap-write: ignore BITMAP_FLAG_REUSE | Jeff King | 1 | -45/+5 |
2020-12-08 | pack-bitmap-write: build fewer intermediate bitmaps | Derrick Stolee | 1 | -6/+66 |
2020-12-08 | pack-bitmap-write: rename children to reverse_edges | Derrick Stolee | 1 | -3/+3 |
2020-12-08 | pack-bitmap-write: fill bitmap with commit history | Derrick Stolee | 1 | -7/+23 |
2020-12-08 | pack-bitmap-write: pass ownership of intermediate bitmaps | Jeff King | 1 | -2/+8 |
2020-12-08 | pack-bitmap-write: reimplement bitmap writing | Jeff King | 1 | -123/+161 |
2020-09-06 | pack-bitmap-write: use hashwrite_be32() in write_hash_cache() | René Scharfe | 1 | -2/+1 |
2019-09-06 | pack-objects: drop packlist index_pos optimization | Jeff King | 1 | -1/+1 |
2019-06-20 | pack-bitmap: convert khash_sha1 maps into kh_oid_map | Jeff King | 1 | -7/+7 |
2019-06-20 | pack-objects: convert packlist_find() to use object_id | Jeff King | 1 | -1/+1 |
2019-06-20 | pack-bitmap-write: convert some helpers to use object_id | Jeff King | 1 | -9/+9 |
2019-04-01 | pack-bitmap: replace sha1_to_hex | brian m. carlson | 1 | -3/+3 |
2019-04-01 | pack-bitmap: make bitmap header handling hash agnostic | brian m. carlson | 1 | -1/+1 |
2018-11-12 | pack-*.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
2018-10-30 | Merge branch 'bc/hash-transition-part-15' | Junio C Hamano | 1 | -1/+1 |
2018-10-19 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -1/+1 |
2018-10-15 | pack-bitmap-write: use GIT_MAX_RAWSZ for allocation | brian m. carlson | 1 | -1/+1 |
2018-09-21 | revision.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-09-17 | Merge branch 'ds/reachable' | Junio C Hamano | 1 | -0/+1 |
2018-07-20 | commit.h: remove method declarations | Derrick Stolee | 1 | -0/+1 |
2018-07-18 | Merge branch 'jt/remove-pack-bitmap-global' | Junio C Hamano | 1 | -2/+8 |
2018-07-18 | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 1 | -0/+1 |
2018-06-29 | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 1 | -0/+1 |
2018-06-21 | pack-bitmap: add free function | Jonathan Tan | 1 | -0/+4 |
2018-06-21 | pack-bitmap: remove bitmap_git global variable | Jonathan Tan | 1 | -2/+4 |
2018-05-30 | Merge branch 'js/use-bug-macro' | Junio C Hamano | 1 | -1/+1 |
2018-05-23 | Merge branch 'nd/pack-objects-pack-struct' | Junio C Hamano | 1 | -6/+8 |
2018-05-23 | Merge branch 'sb/oid-object-info' | Junio C Hamano | 1 | -1/+2 |
2018-05-16 | object-store: move object access functions to object-store.h | Stefan Beller | 1 | -0/+1 |
2018-05-08 | Merge branch 'ds/commit-graph' | Junio C Hamano | 1 | -1/+1 |
2018-05-06 | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 1 | -1/+1 |
2018-04-26 | cache.h: add repository argument to oid_object_info | Stefan Beller | 1 | -1/+2 |
2018-04-16 | pack-objects: move in_pack_pos out of struct object_entry | Nguyễn Thái Ngọc Duy | 1 | -3/+5 |
2018-04-16 | pack-objects: turn type and in_pack_type to bitfields | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
2018-04-02 | csum-file: refactor finalize_hashfile() method | Derrick Stolee | 1 | -1/+1 |
2018-04-02 | csum-file: rename hashclose() to finalize_hashfile() | Derrick Stolee | 1 | -1/+1 |
2018-03-14 | sha1_file: convert sha1_object_info* to object_id | brian m. carlson | 1 | -2/+1 |