103 Commits (ecb3f3733cbeaf514508f97429863d33a6ac0d57)

Author SHA1 Message Date
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 9 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
Jeff King c1fd080917 fsck: use strbuf to generate alternate directories 10 years ago
Jeff King fbe85e73ce fsck: don't fsck alternates for connectivity-only check 10 years ago
Junio C Hamano 122f76f574 fsck: exit with non-zero when problems are found 10 years ago
Jeff King fcd12db6af prefer git_pathdup to git_path in some possibly-dangerous cases 10 years ago
Johannes Schindelin 1335f73289 fsck: support ignoring objects in `git fsck` via fsck.skiplist 10 years ago
Johannes Schindelin 02976bf856 fsck: introduce `git fsck --connectivity-only` 10 years ago
Johannes Schindelin 2becf00ff7 fsck: support demoting errors to warnings 10 years ago
Johannes Schindelin c99ba492f1 fsck: introduce identifiers for fsck messages 10 years ago
Johannes Schindelin 22410549fc fsck: introduce fsck options 10 years ago