Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-02-02 | csum-file: rename sha1file to hashfile | brian m. carlson | 1 | -15/+15 |
2017-09-24 | pack-bitmap[-write]: use `object_array_clear()`, don't leak | Martin Ågren | 1 | -3/+1 |
2017-05-08 | pack: convert struct pack_idx_entry to struct object_id | brian m. carlson | 1 | -3/+5 |
2017-03-28 | odb_mkstemp: write filename into strbuf | Jeff King | 1 | -5/+7 |
2017-03-28 | do not check odb_mkstemp return value for errors | Jeff King | 1 | -2/+0 |
2016-09-29 | use QSORT | René Scharfe | 1 | -2/+1 |
2016-02-12 | list-objects: pass full pathname to callbacks | Jeff King | 1 | -2/+1 |
2016-02-12 | list-objects: drop name_path entirely | Jeff King | 1 | -1/+1 |
2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -7/+7 |
2015-11-20 | Convert struct object to object_id | brian m. carlson | 1 | -1/+1 |
2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -7/+7 |
2014-12-12 | Merge branch 'jk/pack-bitmap' | Junio C Hamano | 1 | -5/+3 |
2014-11-30 | pack-bitmap: do not use gcc packed attribute | Karsten Blees | 1 | -5/+3 |
2014-09-18 | use REALLOC_ARRAY for changing the allocation size of arrays | René Scharfe | 1 | -2/+1 |
2014-03-06 | Use hashcpy() when copying object names | Sun He | 1 | -1/+1 |
2013-12-30 | pack-bitmap: implement optional name_hash cache | Vicent Marti | 1 | -2/+19 |
2013-12-30 | pack-objects: implement bitmap writing | Vicent Marti | 1 | -0/+535 |