summaryrefslogtreecommitdiff
path: root/fsck-cache.c
Commit message (Expand)AuthorAgeFilesLines
* fsck-cache: fix segfault on nonexistent referenced objectLinus Torvalds2005-05-201-4/+8
* [PATCH] cleanup of in-code namesAlexey Nezhdanov2005-05-191-2/+2
* fsck-cache: read the default reference information even whenLinus Torvalds2005-05-181-4/+4
* fsck-cache: walk the 'refs' directory if the user doesn't give anyLinus Torvalds2005-05-181-9/+74
* Notice tree objects with duplicate entries.Junio C Hamano2005-05-071-3/+21
* Introduce SHA1_FILE_DIRECTORIES to support multiple object databases.Junio C Hamano2005-05-071-1/+1
* Be more careful about tree entry modes.Linus Torvalds2005-05-051-0/+22
* Merge http://members.cox.net/junkio/git-jc.git/Linus Torvalds2005-05-041-4/+24
|\
| * Git-prune-script loses blobs referenced from an uncommitted cache.Junio C Hamano2005-05-041-4/+24
* | Teach fsck-cache to accept non-commits for reachability analysis.Linus Torvalds2005-05-041-5/+3
|/
* fsck-cache: fix SIGSEGV on bad tag objectLinus Torvalds2005-05-031-5/+8
* fsck-cache: report broken links correctlyLinus Torvalds2005-05-021-1/+1
* Make fsck-cache do better tree checking.Linus Torvalds2005-05-021-1/+57
* fsck-cache: sort entries by inode numberLinus Torvalds2005-05-021-16/+73
* Add "get_sha1()" helper function.Linus Torvalds2005-05-011-1/+1
* Make git-fsck-cache error printouts a bit more informative.Linus Torvalds2005-04-301-12/+18
* Fix up d_type handling - we need to include <dirent.h> beforeLinus Torvalds2005-04-301-2/+1
* [PATCH] git-fsck-cache: Gracefully handle non-commit IDsJonas Fonseca2005-04-291-1/+8
* [PATCH] Rework fsck-cache to use parse_object()Daniel Barkalow2005-04-281-87/+34
* fsck-cache: show root objects only with "--root"Linus Torvalds2005-04-251-1/+6
* fsck-cache: only show tags if asked to do so with "--tags"Linus Torvalds2005-04-251-5/+25
* Make "fsck" also show what the name of the tag object is, not justLinus Torvalds2005-04-251-3/+6
* Add "tag" objects that can be used to sign other objects.Linus Torvalds2005-04-251-0/+39
* fsck-cache: warn about missing commit datesLinus Torvalds2005-04-241-0/+2
* fsck-cache: notice missing "blob" objects.Linus Torvalds2005-04-241-1/+9
* Do SHA1 hash _before_ compression.conversionLinus Torvalds2005-04-201-5/+6
* Make fsck-cache print the object type for unreachable objects.Linus Torvalds2005-04-181-1/+1
* Merge the new object model thing from Daniel BarkalowLinus Torvalds2005-04-181-70/+35
|\
| * [PATCH] Port fsck-cache to use parsing functionsDaniel Barkalow2005-04-181-70/+36
* | Make the revision tracking track the object types too.Linus Torvalds2005-04-171-12/+12
|/
* Make "revision.h" slightly better to use.Linus Torvalds2005-04-171-1/+1
* Use common "revision.h" header for both fsck and rev-tree.Linus Torvalds2005-04-131-110/+1
* Make 'fsck' able to take an arbitrary number of parents on theLinus Torvalds2005-04-131-14/+19
* Make fsck reachability avoid doing unnecessary work forLinus Torvalds2005-04-131-0/+3
* Make "fsck-cache" use the same revision tracking structure as "rev-tree".Linus Torvalds2005-04-131-76/+133
* [PATCH] Consolidate the error handlingPetr Baudis2005-04-131-2/+1
* Oops. Fix bad initialization of the "seen" array, causing us to notLinus Torvalds2005-04-101-1/+1
* Oops, the actual 'printf' for missing objects was missing.Linus Torvalds2005-04-101-0/+1
* Add connectivity tracking to fsck.Linus Torvalds2005-04-101-4/+100
* Make fsck-cache warn about old-style tree objects that have fullLinus Torvalds2005-04-091-0/+9
* Teach "fsck" and "read-tree" about recursive tree-nodes.Linus Torvalds2005-04-091-2/+3
* Make "fsck-cache" print out all the root commits it finds.Linus Torvalds2005-04-091-0/+5
* Fix missing return values and some error tests for empty index filesLinus Torvalds2005-04-091-0/+2
* Make fsck-cache start parsing the object types, and checking theirLinus Torvalds2005-04-081-11/+42
* Add first cut at "fsck-cache" that validates the SHA1 object store.Linus Torvalds2005-04-081-0/+106