summaryrefslogtreecommitdiff
path: root/fsck-objects.c
AgeCommit message (Expand)Author
2006-07-13Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds
2006-06-30Abstract out accesses to object hash arrayLinus Torvalds
2006-06-18Remove "refs" field from "struct object"Linus Torvalds
2006-06-18Shrink "struct object" a bitLinus Torvalds
2006-05-30fsck-objects: avoid unnecessary tree_entry_list usageLinus Torvalds
2006-05-30Remove "tree->entries" tree-entry list from tree parserLinus Torvalds
2006-05-30Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds
2006-05-30Make "struct tree" contain the pointer to the tree bufferLinus Torvalds
2006-05-04fsck-objects: do not segfault on missing tree in cache-treeJunio C Hamano
2006-05-02fsck-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-22fsck-objects: support platforms without d_ino in struct dirent.Junio C Hamano
2005-11-29fsck-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-02Add 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-08Big tool rename.Junio C Hamano