summaryrefslogtreecommitdiff
path: root/fsck-cache.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-20Do SHA1 hash _before_ compression.Libravatar Linus Torvalds1-5/+6
2005-04-18Make fsck-cache print the object type for unreachable objects.Libravatar Linus Torvalds1-1/+1
2005-04-18Merge the new object model thing from Daniel BarkalowLibravatar Linus Torvalds1-70/+35
2005-04-18[PATCH] Port fsck-cache to use parsing functionsLibravatar Daniel Barkalow1-70/+36
2005-04-17Make the revision tracking track the object types too.Libravatar Linus Torvalds1-12/+12
2005-04-17Make "revision.h" slightly better to use.Libravatar Linus Torvalds1-1/+1
2005-04-13Use common "revision.h" header for both fsck and rev-tree.Libravatar Linus Torvalds1-110/+1
2005-04-13Make 'fsck' able to take an arbitrary number of parents on theLibravatar Linus Torvalds1-14/+19
2005-04-13Make fsck reachability avoid doing unnecessary work forLibravatar Linus Torvalds1-0/+3
2005-04-13Make "fsck-cache" use the same revision tracking structure as "rev-tree".Libravatar Linus Torvalds1-76/+133
2005-04-13[PATCH] Consolidate the error handlingLibravatar Petr Baudis1-2/+1
2005-04-10Oops. Fix bad initialization of the "seen" array, causing us to notLibravatar Linus Torvalds1-1/+1
2005-04-10Oops, the actual 'printf' for missing objects was missing.Libravatar Linus Torvalds1-0/+1
2005-04-10Add connectivity tracking to fsck.Libravatar Linus Torvalds1-4/+100
2005-04-09Make fsck-cache warn about old-style tree objects that have fullLibravatar Linus Torvalds1-0/+9
2005-04-09Teach "fsck" and "read-tree" about recursive tree-nodes.Libravatar Linus Torvalds1-2/+3
2005-04-09Make "fsck-cache" print out all the root commits it finds.Libravatar Linus Torvalds1-0/+5
2005-04-09Fix missing return values and some error tests for empty index filesLibravatar Linus Torvalds1-0/+2
2005-04-08Make fsck-cache start parsing the object types, and checking theirLibravatar Linus Torvalds1-11/+42
2005-04-08Add first cut at "fsck-cache" that validates the SHA1 object store.Libravatar Linus Torvalds1-0/+106