60 Commits (eb3c430a85306d08ad5f1cb3d29f990041bc2457)

Author SHA1 Message Date
Junio C Hamano fb6a3d8621 Document --strict flag to the fsck-cache command. 20 years ago
Linus Torvalds 64071805ed git-fsck-cache: be stricter about "tree" objects 20 years ago
Linus Torvalds de2eb7f694 git-fsck-cache.c: check commit objects more carefully 20 years ago
Junio C Hamano a3eb250f99 [PATCH] alternate object store and fsck 20 years ago
Linus Torvalds 659cacf5a9 git-fsck-cache: don't complain about lacking references when they are all in packs. 20 years ago
Linus Torvalds c33303839c Make git-fsck-cache check HEAD integrity 20 years ago
Linus Torvalds 944d858969 Fix up "for_each_ref()" to be more usable, and use it in git-fsck-cache 20 years ago
Junio C Hamano f3bf922409 [PATCH] verify-pack updates. 20 years ago
Junio C Hamano f9253394a2 [PATCH] Add git-verify-pack command. 20 years ago
Junio C Hamano 8a498a05c3 [PATCH] Update fsck-cache (take 2) 20 years ago
Junio C Hamano 23676d407c [PATCH] Adjust fsck-cache to packed GIT and alternate object pool. 20 years ago
Junio C Hamano c4584ae3fd [PATCH] Remove "delta" object representation. 20 years ago
Linus Torvalds e4bcaac17e Don't ignore reachability of tag objects in fsck 20 years ago
Linus Torvalds 477606f57d git-fsck-cache: complain if no default references found 20 years ago
Linus Torvalds bd1e17e245 Make "parse_object()" also fill in commit message buffer data. 20 years ago
Nicolas Pitre d1af002dc6 [PATCH] delta check 20 years ago
Linus Torvalds 7c4d07c7cc fsck-cache: fix segfault on nonexistent referenced object 20 years ago
Alexey Nezhdanov 667bb59b2d [PATCH] cleanup of in-code names 20 years ago
Linus Torvalds e7bd907db6 fsck-cache: read the default reference information even when 20 years ago
Linus Torvalds 1024932f01 fsck-cache: walk the 'refs' directory if the user doesn't give any 20 years ago
Junio C Hamano a4f35a2dc0 Notice tree objects with duplicate entries. 20 years ago
Junio C Hamano ace1534d6f Introduce SHA1_FILE_DIRECTORIES to support multiple object databases. 20 years ago
Linus Torvalds 42ea9cb286 Be more careful about tree entry modes. 20 years ago
Linus Torvalds 770896e548 Teach fsck-cache to accept non-commits for reachability analysis. 20 years ago
Junio C Hamano ae7c0c92c0 Git-prune-script loses blobs referenced from an uncommitted cache. 20 years ago
Linus Torvalds 92d4c85d24 fsck-cache: fix SIGSEGV on bad tag object 20 years ago
Linus Torvalds aa03413467 fsck-cache: report broken links correctly 20 years ago
Linus Torvalds 8500349208 Make fsck-cache do better tree checking. 20 years ago
Linus Torvalds 7e8c174a97 fsck-cache: sort entries by inode number 20 years ago
Linus Torvalds 3c249c9506 Add "get_sha1()" helper function. 20 years ago
Linus Torvalds 3a6a23e67d Make git-fsck-cache error printouts a bit more informative. 20 years ago
Linus Torvalds 4b18242190 Fix up d_type handling - we need to include <dirent.h> before 20 years ago
Jonas Fonseca e1a1388d85 [PATCH] git-fsck-cache: Gracefully handle non-commit IDs 20 years ago
Daniel Barkalow c418eda493 [PATCH] Rework fsck-cache to use parse_object() 20 years ago
Linus Torvalds ab7df1874d fsck-cache: show root objects only with "--root" 20 years ago
Linus Torvalds 889262eacf fsck-cache: only show tags if asked to do so with "--tags" 20 years ago
Linus Torvalds 56ce69f7af Make "fsck" also show what the name of the tag object is, not just 20 years ago
Linus Torvalds ec4465adb3 Add "tag" objects that can be used to sign other objects. 20 years ago
Linus Torvalds e6948b6d88 fsck-cache: warn about missing commit dates 20 years ago
Linus Torvalds 4728b861ac fsck-cache: notice missing "blob" objects. 20 years ago
Linus Torvalds d98b46f8d9 Do SHA1 hash _before_ compression. 20 years ago
Linus Torvalds f43b8abc6f Make fsck-cache print the object type for unreachable objects. 20 years ago
Daniel Barkalow ff5ebe39b0 [PATCH] Port fsck-cache to use parsing functions 20 years ago
Linus Torvalds 08ca0b04ba Make the revision tracking track the object types too. 20 years ago
Linus Torvalds 01796b0e91 Make "revision.h" slightly better to use. 20 years ago
Linus Torvalds 458754a9fe Use common "revision.h" header for both fsck and rev-tree. 20 years ago
Linus Torvalds bcee6fd8e7 Make 'fsck' able to take an arbitrary number of parents on the 20 years ago
Linus Torvalds 2845dbe4a4 Make fsck reachability avoid doing unnecessary work for 20 years ago
Linus Torvalds d9839e0305 Make "fsck-cache" use the same revision tracking structure as "rev-tree". 20 years ago
Petr Baudis 2de381f919 [PATCH] Consolidate the error handling 20 years ago