Code

Do SHA1 hash _before_ compression.
[git.git] / fsck-cache.c
2005-04-20 Linus TorvaldsDo SHA1 hash _before_ compression. conversion
2005-04-19 Linus TorvaldsMake fsck-cache print the object type for unreachable...
2005-04-18 Linus TorvaldsMerge the new object model thing from Daniel Barkalow
2005-04-18 Daniel Barkalow[PATCH] Port fsck-cache to use parsing functions
2005-04-17 Linus TorvaldsMake the revision tracking track the object types too.
2005-04-17 Linus TorvaldsMake "revision.h" slightly better to use.
2005-04-14 Linus TorvaldsUse common "revision.h" header for both fsck and rev...
2005-04-13 Linus TorvaldsMake 'fsck' able to take an arbitrary number of parents...
2005-04-13 Linus TorvaldsMake fsck reachability avoid doing unnecessary work for
2005-04-13 Linus TorvaldsMake "fsck-cache" use the same revision tracking struct...
2005-04-13 Petr Baudis[PATCH] Consolidate the error handling
2005-04-11 Linus TorvaldsOops. Fix bad initialization of the "seen" array, causi...
2005-04-11 Linus TorvaldsOops, the actual 'printf' for missing objects was missing.
2005-04-11 Linus TorvaldsAdd connectivity tracking to fsck.
2005-04-09 Linus TorvaldsMake fsck-cache warn about old-style tree objects that...
2005-04-09 Linus TorvaldsTeach "fsck" and "read-tree" about recursive tree-nodes.
2005-04-09 Linus TorvaldsMake "fsck-cache" print out all the root commits it...
2005-04-09 Linus TorvaldsFix missing return values and some error tests for...
2005-04-09 Linus TorvaldsMake fsck-cache start parsing the object types, and...
2005-04-08 Linus TorvaldsAdd first cut at "fsck-cache" that validates the SHA1...