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