22 Commits (5594bcad21da70d2e9704cf96baa91b8d99dc27b)

Author SHA1 Message Date
Jeff King 5c17f51270 fsck: warn about ".git" in trees 12 years ago
Jeff King 5d34a4359d fsck: warn about '.' and '..' in trees 12 years ago
Jeff King c479d14a80 fsck: detect null sha1 in tree entries 12 years ago
Pete Wyckoff 82247e9bd5 remove superfluous newlines in error messages 13 years ago
Dmitry Ivankov 53f53cff24 fsck: improve committer/author check 13 years ago
Jim Meyering 5dd564895e remove tests of always-false condition 14 years ago
Jeff King ebeb60900f strbuf: add strbuf_vaddf 14 years ago
Jonathan Nieder 0adc6a3d49 fsck: fix bogus commit header check 15 years ago
Jonathan Nieder daae19224a fsck: check ident lines in commit objects 15 years ago
Eric Wong f290974390 Allow the Unix epoch to be a valid commit date 16 years ago
Benjamin Kramer eb3a9dd327 Remove unused function scope local variables 16 years ago
Daniel Lowe 9db56f71b9 Fix non-literal format in printf-style calls 16 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 16 years ago
Junio C Hamano 79b1138e78 fsck.c: fix bogus "empty tree" check 17 years ago
Martin Koegler d6ffc8d784 add common fsck error printing function 17 years ago
Martin Koegler ba002f3b28 builtin-fsck: move common object checking code to fsck.c 17 years ago
Martin Koegler 355885d531 add generic, type aware object chain walker 17 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. 18 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
Linus Torvalds 885a86abe2 Shrink "struct object" a bit 19 years ago
Linus Torvalds e9a95bef7f fsck-objects: avoid unnecessary tree_entry_list usage 19 years ago
Linus Torvalds 2d9c58c69d Remove "tree->entries" tree-entry list from tree parser 19 years ago
Linus Torvalds 3a7c352bd0 Make "tree_entry" have a SHA1 instead of a union of object pointers 19 years ago
Linus Torvalds 136f2e548a Make "struct tree" contain the pointer to the tree buffer 19 years ago
Linus Torvalds 097dc3d8c3 Remove "tree->entries" tree-entry list from tree parser 19 years ago
Linus Torvalds a755dfe45c Make "tree_entry" have a SHA1 instead of a union of object pointers 19 years ago
Linus Torvalds d2eafb7661 Add raw tree buffer info to "struct tree" 19 years ago
Junio C Hamano 6d60bbefdc fsck-objects: do not segfault on missing tree in cache-tree 19 years ago
Junio C Hamano cdc08b33ef fsck-objects: mark objects reachable from cache-tree 19 years ago
Junio C Hamano 53dc3f3e80 Teach fsck-objects about cache-tree. 19 years ago
Junio C Hamano 7aaa715d0a fsck-objects: Remove --standalone 19 years ago
Timo Hirvonen 962554c616 Use setenv(), fix warnings 19 years ago
Johannes Schindelin 070879ca93 Use a hashtable for objects instead of a sorted list 19 years ago