fsck-cache: sort entries by inode number
[gitweb.git] / fsck-cache.c
2005-05-02 fsck-cache: sort entries by inode number
2005-05-01 Add "get_sha1()" helper function.
2005-04-30 Make git-fsck-cache error printouts a bit more informative.
2005-04-30 Fix up d_type handling - we need to include <dirent...
2005-04-30 [PATCH] git-fsck-cache: Gracefully handle non-commit IDs
2005-04-28 [PATCH] Rework fsck-cache to use parse_object()
2005-04-25 fsck-cache: show root objects only with "--root"
2005-04-25 fsck-cache: only show tags if asked to do so with ...
2005-04-25 Make "fsck" also show what the name of the tag object...
2005-04-25 Add "tag" objects that can be used to sign other objects.
2005-04-24 fsck-cache: warn about missing commit dates
2005-04-24 fsck-cache: notice missing "blob" objects.
2005-04-20 Do SHA1 hash _before_ compression.
2005-04-19 Make fsck-cache print the object type for unreachable...
2005-04-18 Merge the new object model thing from Daniel Barkalow
2005-04-18 [PATCH] Port fsck-cache to use parsing functions
2005-04-17 Make the revision tracking track the object types too.
2005-04-17 Make "revision.h" slightly better to use.
2005-04-14 Use common "revision.h" header for both fsck and rev...
2005-04-13 Make 'fsck' able to take an arbitrary number of parents...
2005-04-13 Make fsck reachability avoid doing unnecessary work for
2005-04-13 Make "fsck-cache" use the same revision tracking struct...
2005-04-13 [PATCH] Consolidate the error handling
2005-04-11 Oops. Fix bad initialization of the "seen" array, causi...
2005-04-11 Oops, the actual 'printf' for missing objects was missing.
2005-04-11 Add connectivity tracking to fsck.
2005-04-09 Make fsck-cache warn about old-style tree objects that...
2005-04-09 Teach "fsck" and "read-tree" about recursive tree-nodes.
2005-04-09 Make "fsck-cache" print out all the root commits it...
2005-04-09 Fix missing return values and some error tests for...
2005-04-09 Make fsck-cache start parsing the object types, and...
2005-04-08 Add first cut at "fsck-cache" that validates the SHA1...