summaryrefslogtreecommitdiffstats
path: root/fsck-cache.c
AgeCommit message (Expand)AuthorLines
2005-07-10[PATCH] alternate object store and fsckv0.99Junio C Hamano-3/+5
2005-07-07git-fsck-cache: don't complain about lacking references when they are all in ...Linus Torvalds-1/+3
2005-07-03Make git-fsck-cache check HEAD integrityLinus Torvalds-0/+26
2005-07-03Fix up "for_each_ref()" to be more usable, and use it in git-fsck-cacheLinus Torvalds-56/+11
2005-06-30[PATCH] verify-pack updates.Junio C Hamano-1/+1
2005-06-29[PATCH] Add git-verify-pack command.Junio C Hamano-0/+5
2005-06-28[PATCH] Update fsck-cache (take 2)Junio C Hamano-12/+59
2005-06-27[PATCH] Remove "delta" object representation.Junio C Hamano-51/+4
2005-06-22Don't ignore reachability of tag objects in fsckLinus Torvalds-4/+0
2005-06-05git-fsck-cache: complain if no default references foundLinus Torvalds-9/+11
2005-05-25Make "parse_object()" also fill in commit message buffer data.Linus Torvalds-0/+2
2005-05-20[PATCH] delta checkNicolas Pitre-3/+52
2005-05-20fsck-cache: fix segfault on nonexistent referenced objectLinus Torvalds-4/+8
2005-05-19[PATCH] cleanup of in-code namesAlexey Nezhdanov-2/+2
2005-05-18fsck-cache: read the default reference information even whenLinus Torvalds-4/+4
2005-05-18fsck-cache: walk the 'refs' directory if the user doesn't give anyLinus Torvalds-9/+74
2005-05-07Notice tree objects with duplicate entries.Junio C Hamano-3/+21
2005-05-07Introduce SHA1_FILE_DIRECTORIES to support multiple object databases.Junio C Hamano-1/+1
2005-05-05Be more careful about tree entry modes.Linus Torvalds-0/+22
2005-05-04Merge http://members.cox.net/junkio/git-jc.git/Linus Torvalds-4/+24
2005-05-04Teach fsck-cache to accept non-commits for reachability analysis.Linus Torvalds-5/+3
2005-05-04Git-prune-script loses blobs referenced from an uncommitted cache.Junio C Hamano-4/+24
2005-05-03fsck-cache: fix SIGSEGV on bad tag objectLinus Torvalds-5/+8
2005-05-02fsck-cache: report broken links correctlyLinus Torvalds-1/+1
2005-05-02Make fsck-cache do better tree checking.Linus Torvalds-1/+57
2005-05-02fsck-cache: sort entries by inode numberLinus Torvalds-16/+73
2005-05-01Add "get_sha1()" helper function.Linus Torvalds-1/+1
2005-04-30Make git-fsck-cache error printouts a bit more informative.Linus Torvalds-12/+18
2005-04-30Fix up d_type handling - we need to include <dirent.h> beforeLinus Torvalds-2/+1
2005-04-29[PATCH] git-fsck-cache: Gracefully handle non-commit IDsJonas Fonseca-1/+8
2005-04-28[PATCH] Rework fsck-cache to use parse_object()Daniel Barkalow-87/+34
2005-04-25fsck-cache: show root objects only with "--root"Linus Torvalds-1/+6
2005-04-25fsck-cache: only show tags if asked to do so with "--tags"Linus Torvalds-5/+25
2005-04-25Make "fsck" also show what the name of the tag object is, not justLinus Torvalds-3/+6
2005-04-25Add "tag" objects that can be used to sign other objects.Linus Torvalds-0/+39
2005-04-24fsck-cache: warn about missing commit datesLinus Torvalds-0/+2
2005-04-24fsck-cache: notice missing "blob" objects.Linus Torvalds-1/+9
2005-04-20Do SHA1 hash _before_ compression.Linus Torvalds-5/+6
2005-04-18Make fsck-cache print the object type for unreachable objects.Linus Torvalds-1/+1
2005-04-18Merge the new object model thing from Daniel BarkalowLinus Torvalds-70/+35
2005-04-18[PATCH] Port fsck-cache to use parsing functionsDaniel Barkalow-70/+36
2005-04-17Make the revision tracking track the object types too.Linus Torvalds-12/+12
2005-04-17Make "revision.h" slightly better to use.Linus Torvalds-1/+1
2005-04-13Use common "revision.h" header for both fsck and rev-tree.Linus Torvalds-110/+1
2005-04-13Make 'fsck' able to take an arbitrary number of parents on theLinus Torvalds-14/+19
2005-04-13Make fsck reachability avoid doing unnecessary work forLinus Torvalds-0/+3
2005-04-13Make "fsck-cache" use the same revision tracking structure as "rev-tree".Linus Torvalds-76/+133
2005-04-13[PATCH] Consolidate the error handlingPetr Baudis-2/+1
2005-04-10Oops. Fix bad initialization of the "seen" array, causing us to notLinus Torvalds-1/+1
2005-04-10Oops, the actual 'printf' for missing objects was missing.Linus Torvalds-0/+1