40 Commits (807d86945336f676c9f650a6cbae9baa3191aaec)

Author SHA1 Message Date
Shawn O. Pearce a08c53a119 fsck: Don't require tmp_obj_ file names are 14 bytes in length 17 years ago
Brandon Casey 0e8316cc16 Teach fsck and prune about the new location of temporary objects 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Nicolas Pitre 77d3ecee85 move show_pack_info() where it belongs 17 years ago
Martin Koegler ba002f3b28 builtin-fsck: move common object checking code to fsck.c 17 years ago
Martin Koegler 4516338243 builtin-fsck: reports missing parent commits 17 years ago
Martin Koegler 271b8d25b2 builtin-fsck: move away from object-refs to fsck_walk 17 years ago
Martin Koegler d4fe07f149 git-fsck: report missing author/commit line in a commit as an error 17 years ago
Linus Torvalds 7a51ed66f6 Make on-disk index representation separate from in-core one 17 years ago
Linus Torvalds 6232f62bc7 Make 'git fsck' complain about non-commit branches 17 years ago
Emil Medve dd46b9b95b Fixed a command line option type for builtin-fsck.c 17 years ago
Pierre Habouzit 5ac0a2063e Make builtin-fsck.c use parse_options. 17 years ago
Johannes Schindelin 16a7fcfe5e fsck --lost-found: write blob's contents, not their SHA-1 18 years ago
Peter Hagervall baffc0e770 Make every builtin-*.c file #include "builtin.h" 18 years ago
Johannes Schindelin 68f6c019fd git-fsck: add --lost-found option 18 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Johannes Schindelin 20f1eb6b46 git-fsck: learn about --verbose 18 years ago
Shawn O. Pearce b77ffe8a57 Ensure the pack index is opened before access 18 years ago
Martin Waitz 302b9282c9 rename dirlink to gitlink. 18 years ago
Shawn O. Pearce cb2cada6da Catch empty pathnames in trees during fsck 18 years ago
Junio C Hamano 8eb2d0bee8 fsck: do not complain on detached HEAD. 18 years ago
Linus Torvalds 8d9721c86b Teach "fsck" not to follow subproject links 18 years ago
Nicolas Pitre 57059091fa get rid of num_packed_objects() 18 years ago
Shawn O. Pearce 566842f62b Fix lost-found to show commits only referenced by reflogs 18 years ago
Nicolas Pitre d72308e01c clean up and optimize nth_packed_object_sha1() usage 18 years ago
Linus Torvalds 6fda5e5180 Initialize tree descriptors with a helper function rather than by hand. 18 years ago
Shawn O. Pearce 326bf39677 Use uint32_t for all packed object counts. 18 years ago
Junio C Hamano e2b4f63512 fsck: exit with non-zero status upon errors 18 years ago
Junio C Hamano efec43c028 fsck: fix broken loose object check. 18 years ago
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago
Pavel Roskin 3dff5379bf Assorted typo fixes 18 years ago
Mark Wooding b4dfefe00f Make fsck and fsck-objects be builtins. 18 years ago
Junio C Hamano df391b192d git-fsck-objects is now synonym to git-fsck 18 years ago
Linus Torvalds 18af29f247 fsck-objects: refactor checking for connectivity 18 years ago
Linus Torvalds 9130ac1e19 Better error messages for corrupt databases 18 years ago
Johannes Schindelin 883d60fa97 Sanitize for_each_reflog_ent() 18 years ago
Junio C Hamano 55dd55263b Protect commits recorded in reflog from pruning. 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Junio C Hamano 8da1977554 Tell between packed, unpacked and symbolic refs. 18 years ago
Junio C Hamano cb5d709ff8 Add callback data to for_each_ref() family. 18 years ago
Junio C Hamano 5b10b09113 fsck-objects: adjust to resolve_ref() clean-up. 18 years ago
Shawn Pearce 9befac470b Replace uses of strdup with xstrdup. 18 years ago
Linus Torvalds 071fa89e25 git-fsck-objects: lacking default references should not be fatal 18 years ago
Shawn Pearce e702496e43 Convert memcpy(a,b,20) to hashcpy(a,b). 18 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 18 years ago
David Rientjes 0bef57ee44 make inline is_null_sha1 global 18 years ago
David Rientjes b5524c826d Make fsck_dir void. 19 years ago
Linus Torvalds 1974632c66 Remove TYPE_* constant macros and use object_type enums consistently. 19 years ago
Linus Torvalds fc046a75d5 Abstract out accesses to object hash array 19 years ago
Linus Torvalds 3e4339e6f9 Remove "refs" field from "struct object" 19 years ago