75 Commits (446d12cb3fbee1b641f97336df3abe8968e3db59)

Author SHA1 Message Date
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 9 years ago
Jeff King 144e4cf709 fsck: drop inode-sorting code 9 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
Michael Haggerty 19bf6c9b34 fsck: report errors if reflog entries point at invalid objects 10 years ago
Michael Haggerty d66ae59b8a fsck_handle_reflog_sha1(): new function 10 years ago
Michael Haggerty 635b99a0c7 fsck: change functions to use object_id 10 years ago
Michael Haggerty 2b2a5be394 each_ref_fn: change to take an object_id parameter 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Nguyễn Thái Ngọc Duy dcf692625a path.c: make get_pathname() call sites return const char * 10 years ago
Ronnie Sahlberg 7695d118e5 refs.c: change resolve_ref_unsafe reading argument to be a flags field 10 years ago
Jeff King 30d1038d1b fsck: return non-zero status on missing ref tips 11 years ago
Johannes Schindelin 90a398bbd7 fsck_object(): allow passing object data separately from the object itself 11 years ago
Jeff King 2e770fe47e fsck: exit with non-zero status upon error from fsck_obj() 11 years ago
Ronnie Sahlberg e7e0f26eb6 refs.c: add a public is_branch function 11 years ago
Jeff King 0fb370da9c provide a helper to free commit buffer 11 years ago
Nguyễn Thái Ngọc Duy 754dbc43f0 i18n: mark all progress lines for translation 11 years ago
Michael Haggerty afc711b8e1 rename read_replace_refs to check_replace_refs 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Stefan Beller d5d09d4754 Replace deprecated OPT_BOOLEAN by OPT_BOOL 12 years ago
Jeff King 6e454b9a31 clear parsed flag when we free tree buffers 12 years ago