index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fsck-objects.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace uses of strdup with xstrdup.
Shawn Pearce
2006-09-02
1
-1
/
+1
*
git-fsck-objects: lacking default references should not be fatal
Linus Torvalds
2006-08-29
1
-2
/
+17
*
Convert memcpy(a,b,20) to hashcpy(a,b).
Shawn Pearce
2006-08-23
1
-1
/
+1
*
remove unnecessary initializations
David Rientjes
2006-08-16
1
-7
/
+7
*
make inline is_null_sha1 global
David Rientjes
2006-08-16
1
-1
/
+1
*
Make fsck_dir void.
David Rientjes
2006-08-15
1
-3
/
+2
*
Remove TYPE_* constant macros and use object_type enums consistently.
Linus Torvalds
2006-07-13
1
-5
/
+5
*
Abstract out accesses to object hash array
Linus Torvalds
2006-06-30
1
-3
/
+4
*
Remove "refs" field from "struct object"
Linus Torvalds
2006-06-18
1
-2
/
+3
*
Shrink "struct object" a bit
Linus Torvalds
2006-06-18
1
-13
/
+13
*
fsck-objects: avoid unnecessary tree_entry_list usage
Linus Torvalds
2006-05-30
1
-21
/
+36
*
Remove "tree->entries" tree-entry list from tree parser
Linus Torvalds
2006-05-30
1
-2
/
+5
*
Make "tree_entry" have a SHA1 instead of a union of object pointers
Linus Torvalds
2006-05-30
1
-0
/
+1
*
Make "struct tree" contain the pointer to the tree buffer
Linus Torvalds
2006-05-30
1
-4
/
+3
*
fsck-objects: do not segfault on missing tree in cache-tree
Junio C Hamano
2006-05-04
1
-0
/
+5
*
fsck-objects: mark objects reachable from cache-tree
Junio C Hamano
2006-05-02
1
-0
/
+2
*
Teach fsck-objects about cache-tree.
Junio C Hamano
2006-04-26
1
-0
/
+18
*
fsck-objects: Remove --standalone
Junio C Hamano
2006-03-09
1
-15
/
+5
*
Use setenv(), fix warnings
Timo Hirvonen
2006-02-27
1
-1
/
+1
*
Use a hashtable for objects instead of a sorted list
Johannes Schindelin
2006-02-12
1
-1
/
+4
*
fsck-objects: support platforms without d_ino in struct dirent.
Junio C Hamano
2006-01-22
1
-2
/
+11
*
fsck-objects: work from subdirectory.
Junio C Hamano
2005-11-29
1
-0
/
+2
*
Rework object refs tracking to reduce memory usage
Sergey Vlasov
2005-11-15
1
-9
/
+13
*
git-fsck-objects: Free tree entries after use
Sergey Vlasov
2005-11-15
1
-0
/
+7
*
Create object subdirectories on demand
Linus Torvalds
2005-10-09
1
-3
/
+2
*
Add git-symbolic-ref
Junio C Hamano
2005-10-02
1
-18
/
+10
*
[PATCH] Make some needlessly global stuff static
Peter Hagervall
2005-09-29
1
-2
/
+2
*
[PATCH] Provide access to git_dir through get_git_dir().
Sven Verdoolaege
2005-09-27
1
-4
/
+1
*
[PATCH] Make the git-fsck-objects diagnostics more useful
Petr Baudis
2005-09-21
1
-34
/
+48
*
Retire support for old environment variables.
Junio C Hamano
2005-09-09
1
-1
/
+1
*
Big tool rename.
Junio C Hamano
2005-09-08
1
-0
/
+537