aboutsummaryrefslogtreecommitdiff
path: root/fsck-cache.c
Commit message (Expand)AuthorAge
* Do SHA1 hash _before_ compression.Linus Torvalds2005-04-20
* Make fsck-cache print the object type for unreachable objects.Linus Torvalds2005-04-18
* Merge the new object model thing from Daniel BarkalowLinus Torvalds2005-04-18
|\
| * [PATCH] Port fsck-cache to use parsing functionsDaniel Barkalow2005-04-18
* | Make the revision tracking track the object types too.Linus Torvalds2005-04-17
|/
* Make "revision.h" slightly better to use.Linus Torvalds2005-04-17
* Use common "revision.h" header for both fsck and rev-tree.Linus Torvalds2005-04-13
* Make 'fsck' able to take an arbitrary number of parents on theLinus Torvalds2005-04-13
* Make fsck reachability avoid doing unnecessary work forLinus Torvalds2005-04-13
* Make "fsck-cache" use the same revision tracking structure as "rev-tree".Linus Torvalds2005-04-13
* [PATCH] Consolidate the error handlingPetr Baudis2005-04-13
* Oops. Fix bad initialization of the "seen" array, causing us to notLinus Torvalds2005-04-10
* Oops, the actual 'printf' for missing objects was missing.Linus Torvalds2005-04-10
* Add connectivity tracking to fsck.Linus Torvalds2005-04-10
* Make fsck-cache warn about old-style tree objects that have fullLinus Torvalds2005-04-09
* Teach "fsck" and "read-tree" about recursive tree-nodes.Linus Torvalds2005-04-09
* Make "fsck-cache" print out all the root commits it finds.Linus Torvalds2005-04-09
* Fix missing return values and some error tests for empty index filesLinus Torvalds2005-04-09
* Make fsck-cache start parsing the object types, and checking theirLinus Torvalds2005-04-08
* Add first cut at "fsck-cache" that validates the SHA1 object store.Linus Torvalds2005-04-08