116 Commits (1f537be3f21ce1289c5c3ed9ebf58f02938ad9f7)

Author SHA1 Message Date
Brandon Williams debca9d2fe object: rename function 'typename' to 'type_name' 7 years ago
Eric Wong ba3a08ca0e fsck: fix leak when traversing trees 7 years ago
Jonathan Tan 8b4c0103a9 sha1_file: support lazily fetching missing objects 7 years ago
Jonathan Tan 096c9b8be9 fsck: support promisor objects as CLI argument 7 years ago
Jonathan Tan caba7fc31a fsck: support referenced promisor objects 7 years ago
Jonathan Tan 43f25158ca fsck: support refs pointing to promisor objects 7 years ago
Jonathan Tan 498f1f61f1 fsck: introduce partialclone extension 7 years ago
Ben Peart 00ec50e56d read_index_from(): speed index loading by skipping verification of the entry order 7 years ago
brian m. carlson 49e61479be refs: convert resolve_ref_unsafe to struct object_id 7 years ago
Martin Ågren 7199203937 object_array: add and use `object_array_pop()` 8 years ago
Jonathan Tan 0317f45576 pack: move open_pack_index(), parse_pack_index() 8 years ago
Junio C Hamano 8aade107dd progress: simplify "delayed" progress API 8 years ago
René Scharfe 83cd6f9017 fsck: free buffers on error in fsck_obj() 8 years ago
Jonathan Tan 78e7b98f45 fsck: cleanup unused variable 8 years ago
Jonathan Tan 092c55d094 object: remove "used" field from struct object 8 years ago
Jonathan Tan ad2db4030e fsck: remove redundant parse_tree() invocation 8 years ago
brian m. carlson aca6065c88 builtin/fsck: convert remaining caller of get_sha1 to object_id 8 years ago
René Scharfe 70c49050d4 sha1_file: guard against invalid loose subdirectory numbers 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Nguyễn Thái Ngọc Duy 23a9e0712d use xfopen() in more places 8 years ago
brian m. carlson c251c83df2 object: convert parse_object* to take struct object_id 8 years ago
brian m. carlson 9fd750461b Convert the verify_pack callback to struct object_id 8 years ago
brian m. carlson 3aca1fc6c9 Convert lookup_blob to struct object_id 8 years ago
brian m. carlson e0a9280404 Convert struct cache_tree to use struct object_id 8 years ago
Johannes Schindelin dddbad728c timestamp_t: a new data type for timestamps 8 years ago
Johannes Schindelin cb71f8bdb5 PRItime: introduce a new "printf format" for timestamps 8 years ago
Jeff Hostetler a33fc72fe9 read-cache: force_verify_index_checksum 8 years ago
brian m. carlson 76c1d9a096 Convert object iteration callbacks to struct object_id 8 years ago
brian m. carlson 9461d27240 refs: convert each_reflog_ent_fn to struct object_id 8 years ago
Jeff King a2b22854bd fsck: lazily load types under --connectivity-only 8 years ago
Jeff King 97ca7ca8ba fsck: move typename() printing to its own function 8 years ago
Jeff King c2d17b3b6e fsck: check HAS_OBJ more consistently 8 years ago
Jeff King c3271a0e47 fsck: do not fallback "git fsck <bogus>" to "git fsck" 8 years ago
Jeff King c6c7b16d23 fsck: tighten error-checks of "git fsck <head>" 8 years ago
Jeff King 3e3f8bd608 fsck: prepare dummy objects for --connectivity-check 8 years ago
Jeff King b4584e4f66 fsck: report trees as dangling 8 years ago
Jeff King c68b489e56 fsck: parse loose object paths directly 8 years ago
Jeff King 597f9134de alternates: use a separate scratch space 8 years ago
brian m. carlson 7eda0e4fbb streaming: make stream_blob_to_fd take struct object_id 9 years ago
brian m. carlson 99d1a9861a cache: convert struct cache_entry to use struct object_id 9 years ago
Johannes Schindelin 90cf590f53 fsck: optionally show more helpful info for broken links 9 years ago
Johannes Schindelin 1cd772cc41 fsck: give the error function a chance to see the fsck_options 9 years ago
Johannes Schindelin 993a21b0a0 fsck: refactor how to describe objects 9 years ago
Nguyễn Thái Ngọc Duy ec9d224903 fsck: use streaming interface for large blobs in pack 9 years ago
Michael Haggerty 95ae2c7490 fsck_head_link(): remove unneeded flag variable 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 f0766bf94e fsck: use for_each_loose_file_in_objdir 10 years ago
Jeff King 144e4cf709 fsck: drop inode-sorting code 10 years ago