aboutsummaryrefslogtreecommitdiffstats
path: root/fsck-objects.c
AgeCommit message (Expand)AuthorFilesLines
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce1-1/+1
2006-08-29git-fsck-objects: lacking default references should not be fatalLinus Torvalds1-2/+17
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce1-1/+1
2006-08-15remove unnecessary initializationsDavid Rientjes1-7/+7
2006-08-15make inline is_null_sha1 globalDavid Rientjes1-1/+1
2006-08-14Make fsck_dir void.David Rientjes1-3/+2
2006-07-12Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds1-5/+5
2006-06-29Abstract out accesses to object hash arrayLinus Torvalds1-3/+4
2006-06-18Remove "refs" field from "struct object"Linus Torvalds1-2/+3
2006-06-17Shrink "struct object" a bitLinus Torvalds1-13/+13
2006-05-29fsck-objects: avoid unnecessary tree_entry_list usageLinus Torvalds1-21/+36
2006-05-29Remove "tree->entries" tree-entry list from tree parserLinus Torvalds1-2/+5
2006-05-29Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds1-0/+1
2006-05-29Make "struct tree" contain the pointer to the tree bufferLinus Torvalds1-4/+3
2006-05-03fsck-objects: do not segfault on missing tree in cache-treeJunio C Hamano1-0/+5
2006-05-01fsck-objects: mark objects reachable from cache-treeJunio C Hamano1-0/+2
2006-04-25Teach fsck-objects about cache-tree.Junio C Hamano1-0/+18
2006-03-09fsck-objects: Remove --standaloneJunio C Hamano1-15/+5
2006-02-26Use setenv(), fix warningsTimo Hirvonen1-1/+1
2006-02-12Use a hashtable for objects instead of a sorted listJohannes Schindelin1-1/+4
2006-01-21fsck-objects: support platforms without d_ino in struct dirent.Junio C Hamano1-2/+11
2005-11-28fsck-objects: work from subdirectory.Junio C Hamano1-0/+2
2005-11-15Rework object refs tracking to reduce memory usageSergey Vlasov1-9/+13
2005-11-15git-fsck-objects: Free tree entries after useSergey Vlasov1-0/+7
2005-10-08Create object subdirectories on demandLinus Torvalds1-3/+2
2005-10-01Add git-symbolic-refJunio C Hamano1-18/+10
2005-09-28[PATCH] Make some needlessly global stuff staticPeter Hagervall1-2/+2
2005-09-27[PATCH] Provide access to git_dir through get_git_dir().Sven Verdoolaege1-4/+1
2005-09-20[PATCH] Make the git-fsck-objects diagnostics more usefulPetr Baudis1-34/+48
2005-09-09Retire support for old environment variables.Junio C Hamano1-1/+1
2005-09-07Big tool rename.Junio C Hamano1-0/+537