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