357 Commits (2b3c430bcea5d8c40b218c7e2a71d261822c6a52)

Author SHA1 Message Date
Elijah Newren 15beaaa3d1 Fix spelling errors in code comments 5 years ago
Jeff King 3a37876b5d pack-objects: drop packlist index_pos optimization 6 years ago
Jeff King f1cbd033e2 pack-objects: use object_id in packlist_alloc() 6 years ago
Derrick Stolee 7211b9e753 repo-settings: consolidate some config settings 6 years ago
Jeff King 9827d4c185 packfile: drop release_pack_memory() 6 years ago
Jeff King 25575015ca repack: silence warnings when auto-enabled bitmaps cannot be built 6 years ago
Nguyễn Thái Ngọc Duy d3b4705ab8 sha1-file.c: remove the_repo from read_object_with_reference() 6 years ago
Jeff King bdbdf42f8a delta-islands: respect progress flag 6 years ago
Jeff King 0ebbcf70e6 object: convert lookup_unknown_object() to use object_id 6 years ago
Jeff King 3df28caefb pack-objects: convert packlist_find() to use object_id 6 years ago
Jeff King 7a2a721687 pack-objects: drop unused rev_info parameters 6 years ago
Derrick Stolee 64404a24cf midx: pass a repository pointer 6 years ago
Jonathan Tan 9ed8790282 pack-objects: write objects packed to trace2 6 years ago
brian m. carlson 3c7714485d pack-bitmap: switch hash tables to use struct object_id 6 years ago
Jeff King d4316604f8 pack-objects: default to writing bitmap hash-cache 6 years ago
Derrick Stolee ae417807b0 trace2:data: pack-objects: add trace2 regions 6 years ago
Shahzad Lone 33de80b1d5 various: tighten constness of some local variables 6 years ago
Patrick Hogg edb673cf10 pack-objects: merge read_lock and lock in packing_data struct 6 years ago
Patrick Hogg 459307b139 pack-objects: move read mutex to packing_data struct 6 years ago
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
Derrick Stolee 99dbbfa8dd pack-objects: create GIT_TEST_PACK_SPARSE 6 years ago
Derrick Stolee 3d036eb0d2 pack-objects: create pack.useSparse setting 6 years ago
Derrick Stolee 4f6d26b167 list-objects: consume sparse tree walk 6 years ago
brian m. carlson ea82b2a085 tree-walk: store object_id in a separate member 6 years ago
Jeff King c93206b412 update comment references to sha1_object_info() 6 years ago
Matthew DeVore bbcde41a70 revision.c: put promisor option in specialized struct 6 years ago
Jeff King 3949053617 pack-objects: fix off-by-one in delta-island tree-depth computation 6 years ago
Torsten Bögershausen ca473cef91 Upcast size_t variables to uintmax_t when printing 6 years ago
Nguyễn Thái Ngọc Duy 7c14112741 pack-*.c: remove the_repository references 6 years ago
Nguyễn Thái Ngọc Duy 385cb64ff3 delta-islands.c: remove the_repository references 6 years ago
Derrick Stolee a4544b311e pack-objects: ignore ambiguous object warnings 6 years ago
Jeff King 517fe807d6 assert NOARG/NONEG behavior of parse-options callbacks 6 years ago
Jeff King f53c163bcd pack-objects: mark index-version option as NONEG 6 years ago
Nguyễn Thái Ngọc Duy 9c897c5c2a pack-objects: remove #ifdef NO_PTHREADS 6 years ago
Matthew DeVore 669b1d2aae exclude-promisor-objects: declare when option is allowed 7 years ago
Johannes Schindelin 34204c8166 pack-objects (mingw): initialize `packing_data` mutex in the correct spot 7 years ago
Nguyễn Thái Ngọc Duy 2abf350385 revision.c: remove implicit dependency on the_index 7 years ago
Jeff King 2fa233a554 pack-objects: handle island check for "external" delta base 7 years ago
Torsten Bögershausen d64324cb60 Make git_check_attr() a void function 7 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 7 years ago
Jeff King 6a1e32d532 pack-objects: reuse on-disk deltas for thin "have" objects 7 years ago
Derrick Stolee 6a22d52126 pack-objects: consider packs in multi-pack-index 7 years ago
Derrick Stolee 454ea2e4d7 treewide: use get_all_packs 7 years ago
Christian Couder fe0ac2fb7f pack-objects: move 'layer' into 'struct packing_data' 7 years ago
Christian Couder 108f530385 pack-objects: move tree_depth into 'struct packing_data' 7 years ago
Jeff King 28b8a73080 pack-objects: add delta-islands support 7 years ago
Christian Couder f64ba53ee7 pack-objects: refactor code into compute_layer_order() 7 years ago
Nguyễn Thái Ngọc Duy 7a400a2c02 attr: remove an implicit dependency on the_index 7 years ago
René Scharfe 5f0df44cd7 parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELP 7 years ago
René Scharfe cbd23de8bb pack-objects: specify --index-version argument help explicitly 7 years ago