summaryrefslogtreecommitdiff
path: root/fsck-objects.c
AgeCommit message (Expand)Author
2006-09-20Tell between packed, unpacked and symbolic refs.Junio C Hamano
2006-09-20Add callback data to for_each_ref() family.Junio C Hamano
2006-09-18fsck-objects: adjust to resolve_ref() clean-up.Junio C Hamano
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce
2006-08-29git-fsck-objects: lacking default references should not be fatalLinus Torvalds
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce
2006-08-15remove unnecessary initializationsDavid Rientjes
2006-08-15make inline is_null_sha1 globalDavid Rientjes
2006-08-14Make fsck_dir void.David Rientjes
2006-07-12Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds
2006-06-29Abstract out accesses to object hash arrayLinus Torvalds
2006-06-18Remove "refs" field from "struct object"Linus Torvalds
2006-06-17Shrink "struct object" a bitLinus Torvalds
2006-05-29fsck-objects: avoid unnecessary tree_entry_list usageLinus Torvalds
2006-05-29Remove "tree->entries" tree-entry list from tree parserLinus Torvalds
2006-05-29Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds
2006-05-29Make "struct tree" contain the pointer to the tree bufferLinus Torvalds
2006-05-03fsck-objects: do not segfault on missing tree in cache-treeJunio C Hamano
2006-05-01fsck-objects: mark objects reachable from cache-treeJunio C Hamano
2006-04-25Teach fsck-objects about cache-tree.Junio C Hamano
2006-03-09fsck-objects: Remove --standaloneJunio C Hamano
2006-02-26Use setenv(), fix warningsTimo Hirvonen
2006-02-12Use a hashtable for objects instead of a sorted listJohannes Schindelin
2006-01-21fsck-objects: support platforms without d_ino in struct dirent.Junio C Hamano
2005-11-28fsck-objects: work from subdirectory.Junio C Hamano
2005-11-15Rework object refs tracking to reduce memory usageSergey Vlasov
2005-11-15git-fsck-objects: Free tree entries after useSergey Vlasov
2005-10-08Create object subdirectories on demandLinus Torvalds
2005-10-01Add git-symbolic-refJunio C Hamano
2005-09-28[PATCH] Make some needlessly global stuff staticPeter Hagervall
2005-09-27[PATCH] Provide access to git_dir through get_git_dir().Sven Verdoolaege
2005-09-20[PATCH] Make the git-fsck-objects diagnostics more usefulPetr Baudis
2005-09-09Retire support for old environment variables.Junio C Hamano
2005-09-07Big tool rename.Junio C Hamano