summaryrefslogtreecommitdiff
path: root/fsck-cache.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-20[PATCH] delta checkLibravatar Nicolas Pitre1-3/+52
2005-05-20fsck-cache: fix segfault on nonexistent referenced objectLibravatar Linus Torvalds1-4/+8
2005-05-19[PATCH] cleanup of in-code namesLibravatar Alexey Nezhdanov1-2/+2
2005-05-18fsck-cache: read the default reference information even whenLibravatar Linus Torvalds1-4/+4
2005-05-18fsck-cache: walk the 'refs' directory if the user doesn't give anyLibravatar Linus Torvalds1-9/+74
2005-05-07Notice tree objects with duplicate entries.Libravatar Junio C Hamano1-3/+21
2005-05-07Introduce SHA1_FILE_DIRECTORIES to support multiple object databases.Libravatar Junio C Hamano1-1/+1
2005-05-05Be more careful about tree entry modes.Libravatar Linus Torvalds1-0/+22
2005-05-04Merge http://members.cox.net/junkio/git-jc.git/Libravatar Linus Torvalds1-4/+24
2005-05-04Teach fsck-cache to accept non-commits for reachability analysis.Libravatar Linus Torvalds1-5/+3
2005-05-04Git-prune-script loses blobs referenced from an uncommitted cache.Libravatar Junio C Hamano1-4/+24
2005-05-03fsck-cache: fix SIGSEGV on bad tag objectLibravatar Linus Torvalds1-5/+8
2005-05-02fsck-cache: report broken links correctlyLibravatar Linus Torvalds1-1/+1
2005-05-02Make fsck-cache do better tree checking.Libravatar Linus Torvalds1-1/+57
2005-05-02fsck-cache: sort entries by inode numberLibravatar Linus Torvalds1-16/+73
2005-05-01Add "get_sha1()" helper function.Libravatar Linus Torvalds1-1/+1
2005-04-30Make git-fsck-cache error printouts a bit more informative.Libravatar Linus Torvalds1-12/+18
2005-04-30Fix up d_type handling - we need to include <dirent.h> beforeLibravatar Linus Torvalds1-2/+1
2005-04-29[PATCH] git-fsck-cache: Gracefully handle non-commit IDsLibravatar Jonas Fonseca1-1/+8
2005-04-28[PATCH] Rework fsck-cache to use parse_object()Libravatar Daniel Barkalow1-87/+34
2005-04-25fsck-cache: show root objects only with "--root"Libravatar Linus Torvalds1-1/+6
2005-04-25fsck-cache: only show tags if asked to do so with "--tags"Libravatar Linus Torvalds1-5/+25
2005-04-25Make "fsck" also show what the name of the tag object is, not justLibravatar Linus Torvalds1-3/+6
2005-04-25Add "tag" objects that can be used to sign other objects.Libravatar Linus Torvalds1-0/+39
2005-04-24fsck-cache: warn about missing commit datesLibravatar Linus Torvalds1-0/+2
2005-04-24fsck-cache: notice missing "blob" objects.Libravatar Linus Torvalds1-1/+9
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