index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fsck-cache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-05-07
Notice tree objects with duplicate entries.
Junio C Hamano
1
-3
/
+21
2005-05-07
Introduce SHA1_FILE_DIRECTORIES to support multiple object databases.
Junio C Hamano
1
-1
/
+1
2005-05-05
Be more careful about tree entry modes.
Linus Torvalds
1
-0
/
+22
2005-05-04
Merge http://members.cox.net/junkio/git-jc.git/
Linus Torvalds
1
-4
/
+24
2005-05-04
Teach fsck-cache to accept non-commits for reachability analysis.
Linus Torvalds
1
-5
/
+3
2005-05-04
Git-prune-script loses blobs referenced from an uncommitted cache.
Junio C Hamano
1
-4
/
+24
2005-05-03
fsck-cache: fix SIGSEGV on bad tag object
Linus Torvalds
1
-5
/
+8
2005-05-02
fsck-cache: report broken links correctly
Linus Torvalds
1
-1
/
+1
2005-05-02
Make fsck-cache do better tree checking.
Linus Torvalds
1
-1
/
+57
2005-05-02
fsck-cache: sort entries by inode number
Linus Torvalds
1
-16
/
+73
2005-05-01
Add "get_sha1()" helper function.
Linus Torvalds
1
-1
/
+1
2005-04-30
Make git-fsck-cache error printouts a bit more informative.
Linus Torvalds
1
-12
/
+18
2005-04-30
Fix up d_type handling - we need to include <dirent.h> before
Linus Torvalds
1
-2
/
+1
2005-04-29
[PATCH] git-fsck-cache: Gracefully handle non-commit IDs
Jonas Fonseca
1
-1
/
+8
2005-04-28
[PATCH] Rework fsck-cache to use parse_object()
Daniel Barkalow
1
-87
/
+34
2005-04-25
fsck-cache: show root objects only with "--root"
Linus Torvalds
1
-1
/
+6
2005-04-25
fsck-cache: only show tags if asked to do so with "--tags"
Linus Torvalds
1
-5
/
+25
2005-04-25
Make "fsck" also show what the name of the tag object is, not just
Linus Torvalds
1
-3
/
+6
2005-04-25
Add "tag" objects that can be used to sign other objects.
Linus Torvalds
1
-0
/
+39
2005-04-24
fsck-cache: warn about missing commit dates
Linus Torvalds
1
-0
/
+2
2005-04-24
fsck-cache: notice missing "blob" objects.
Linus Torvalds
1
-1
/
+9
2005-04-20
Do SHA1 hash _before_ compression.
Linus Torvalds
1
-5
/
+6
2005-04-18
Make fsck-cache print the object type for unreachable objects.
Linus Torvalds
1
-1
/
+1
2005-04-18
Merge the new object model thing from Daniel Barkalow
Linus Torvalds
1
-70
/
+35
2005-04-18
[PATCH] Port fsck-cache to use parsing functions
Daniel Barkalow
1
-70
/
+36
2005-04-17
Make the revision tracking track the object types too.
Linus Torvalds
1
-12
/
+12
2005-04-17
Make "revision.h" slightly better to use.
Linus Torvalds
1
-1
/
+1
2005-04-13
Use common "revision.h" header for both fsck and rev-tree.
Linus Torvalds
1
-110
/
+1
2005-04-13
Make 'fsck' able to take an arbitrary number of parents on the
Linus Torvalds
1
-14
/
+19
2005-04-13
Make fsck reachability avoid doing unnecessary work for
Linus Torvalds
1
-0
/
+3
2005-04-13
Make "fsck-cache" use the same revision tracking structure as "rev-tree".
Linus Torvalds
1
-76
/
+133
2005-04-13
[PATCH] Consolidate the error handling
Petr Baudis
1
-2
/
+1
2005-04-10
Oops. Fix bad initialization of the "seen" array, causing us to not
Linus Torvalds
1
-1
/
+1
2005-04-10
Oops, the actual 'printf' for missing objects was missing.
Linus Torvalds
1
-0
/
+1
2005-04-10
Add connectivity tracking to fsck.
Linus Torvalds
1
-4
/
+100
2005-04-09
Make fsck-cache warn about old-style tree objects that have full
Linus Torvalds
1
-0
/
+9
2005-04-09
Teach "fsck" and "read-tree" about recursive tree-nodes.
Linus Torvalds
1
-2
/
+3
2005-04-09
Make "fsck-cache" print out all the root commits it finds.
Linus Torvalds
1
-0
/
+5
2005-04-09
Fix missing return values and some error tests for empty index files
Linus Torvalds
1
-0
/
+2
2005-04-08
Make fsck-cache start parsing the object types, and checking their
Linus Torvalds
1
-11
/
+42
2005-04-08
Add first cut at "fsck-cache" that validates the SHA1 object store.
Linus Torvalds
1
-0
/
+106