167 Commits (9e84a6d7580c3714a2c1c152d7820ccc93232a71)

Author SHA1 Message Date
Jeff King 73c3f0f704 index-pack: check .gitmodules files with --strict 7 years ago
Jeff King db5a58c1bd index-pack: make fsck error message more specific 7 years ago
Jonathan Tan ffb2c0fe5c index-pack: support checking objects but not links 7 years ago
Nguyễn Thái Ngọc Duy 95308d64ce object.h: update flag allocation comment 7 years ago
Brandon Williams debca9d2fe object: rename function 'typename' to 'type_name' 7 years ago
brian m. carlson 98a3beab6a csum-file: rename sha1file to hashfile 7 years ago
brian m. carlson 454253f059 builtin/index-pack: improve hash function abstraction 7 years ago
Patryk Obara f070faccc1 sha1_file: convert hash_sha1_file to object_id 7 years ago
Christian Couder 72885a6d51 index-pack: use skip_to_optional_arg() 7 years ago
Jonathan Tan 8b4c0103a9 sha1_file: support lazily fetching missing objects 7 years ago
Jonathan Tan 88e2f9ed8e introduce fetch-object: fetch one promisor object 7 years ago
Jonathan Tan 8e29c7c3af index-pack: refactor writing of .keep files 7 years ago
Derrick Stolee 19716b21a4 cleanup: fix possible overflow errors in binary search 8 years ago
Jonathan Tan 4f39cd821d pack: move pack name-related functions 8 years ago
Jonathan Tan e83e71c5e1 sha1_file: refactor has_sha1_file_with_flags 8 years ago
Ævar Arnfjörð Bjarmason 6a83d90207 coccinelle: make use of the "type" FREE_AND_NULL() rule 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
brian m. carlson c251c83df2 object: convert parse_object* to take struct object_id 8 years ago
brian m. carlson 3aca1fc6c9 Convert lookup_blob to struct object_id 8 years ago
brian m. carlson 3e9309815d Convert remaining callers of lookup_blob to object_id 8 years ago
brian m. carlson e6a492b7be pack: convert struct pack_idx_entry to struct object_id 8 years ago
Jeff King 51054177b3 index-pack: detect local corruption in collision check 8 years ago
Jeff King 5b1ef2cef4 replace unchecked snprintf calls with heap buffers 8 years ago
Jeff King 594fa9998c odb_mkstemp: write filename into strbuf 8 years ago
Jeff King 892e723afd do not check odb_mkstemp return value for errors 8 years ago
Jeff King f20754802a index-pack: make pointer-alias fallbacks safer 8 years ago
Jeff King ba47a3088f replace snprintf with odb_pack_name() 8 years ago
Jeff King eaeefc3276 odb_pack_keep(): stop generating keepfile name 8 years ago
Jeff King 29401e1575 index-pack: skip collision check when not in repository 8 years ago
Jeff King 7176a31444 index-pack: complain when --stdin is used outside of a repo 8 years ago
René Scharfe 1b5294de40 use QSORT, part 2 9 years ago
René Scharfe 9ed0d8d6e6 use QSORT 9 years ago
Jeff King 411481be6f index-pack: add --max-input-size=<size> option 9 years ago
Jeff King 83558686ce receive-pack: send keepalives during quiet periods 9 years ago
Jeff King e376f17fd1 index-pack: add flag for showing delta-resolution progress 9 years ago
Nguyễn Thái Ngọc Duy da49a7da3a index-pack: correct "offset" type in unpack_entry_data() 9 years ago
Nguyễn Thái Ngọc Duy fd3e67474c index-pack: report correct bad object offsets even if they are large 9 years ago
Nguyễn Thái Ngọc Duy 7171a0b0cf index-pack: correct "len" type in unpack_data() 9 years ago
Vasco Almeida 71d99b81da i18n: index-pack: use plural string instead of normal one 9 years ago
Junio C Hamano bfee614a2f index-pack: add a helper function to derive .idx/.keep filename 9 years ago
Junio C Hamano 0e94242df1 index-pack: correct --keep[=<msg>] 9 years ago
Jeff King 47fe3f6ef0 nth_packed_object_offset: bounds-check extended offset 9 years ago
Jeff King 50a6c8efa2 use st_add and st_mult for allocation size computation 9 years ago
Jeff King b32fa95fd8 convert trivial cases to ALLOC_ARRAY 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
Jeff King ef1286d3c0 use xsnprintf for generating git object headers 10 years ago
Junio C Hamano cb5add5868 sha1_file.c: rename move_temp_to_file() to finalize_object_file() 10 years ago
Junio C Hamano 781d93067d index-pack: fix allocation of sorted_by_pos array 10 years ago