summaryrefslogtreecommitdiff
path: root/fsck-cache.c
AgeCommit message (Expand)Author
2005-04-14Use common "revision.h" header for both fsck and rev-tree.Linus Torvalds
2005-04-13Make 'fsck' able to take an arbitrary number of parents on theLinus Torvalds
2005-04-13Make fsck reachability avoid doing unnecessary work forLinus Torvalds
2005-04-13Make "fsck-cache" use the same revision tracking structure as "rev-tree".Linus Torvalds
2005-04-13[PATCH] Consolidate the error handlingPetr Baudis
2005-04-11Oops. Fix bad initialization of the "seen" array, causing us to notLinus Torvalds
2005-04-11Oops, the actual 'printf' for missing objects was missing.Linus Torvalds
2005-04-11Add connectivity tracking to fsck.Linus Torvalds
2005-04-09Make fsck-cache warn about old-style tree objects that have fullLinus Torvalds
2005-04-09Teach "fsck" and "read-tree" about recursive tree-nodes.Linus Torvalds
2005-04-09Make "fsck-cache" print out all the root commits it finds.Linus Torvalds
2005-04-09Fix missing return values and some error tests for empty index filesLinus Torvalds
2005-04-09Make fsck-cache start parsing the object types, and checking theirLinus Torvalds
2005-04-08Add first cut at "fsck-cache" that validates the SHA1 object store.Linus Torvalds