summaryrefslogtreecommitdiff
path: root/fsck-objects.c
Commit message (Expand)AuthorAgeFilesLines
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-021-1/+1
* git-fsck-objects: lacking default references should not be fatalLinus Torvalds2006-08-291-2/+17
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-231-1/+1
* remove unnecessary initializationsDavid Rientjes2006-08-151-7/+7
* make inline is_null_sha1 globalDavid Rientjes2006-08-151-1/+1
* Make fsck_dir void.David Rientjes2006-08-141-3/+2
* Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-121-5/+5
* Abstract out accesses to object hash arrayLinus Torvalds2006-06-291-3/+4
* Remove "refs" field from "struct object"Linus Torvalds2006-06-181-2/+3
* Shrink "struct object" a bitLinus Torvalds2006-06-171-13/+13
* fsck-objects: avoid unnecessary tree_entry_list usageLinus Torvalds2006-05-291-21/+36
* Remove "tree->entries" tree-entry list from tree parserLinus Torvalds2006-05-291-2/+5
* Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds2006-05-291-0/+1
* Make "struct tree" contain the pointer to the tree bufferLinus Torvalds2006-05-291-4/+3
* fsck-objects: do not segfault on missing tree in cache-treeJunio C Hamano2006-05-031-0/+5
* fsck-objects: mark objects reachable from cache-treeJunio C Hamano2006-05-011-0/+2
* Teach fsck-objects about cache-tree.Junio C Hamano2006-04-251-0/+18
* fsck-objects: Remove --standaloneJunio C Hamano2006-03-091-15/+5
* Use setenv(), fix warningsTimo Hirvonen2006-02-261-1/+1
* Use a hashtable for objects instead of a sorted listJohannes Schindelin2006-02-121-1/+4
* fsck-objects: support platforms without d_ino in struct dirent.Junio C Hamano2006-01-211-2/+11
* fsck-objects: work from subdirectory.Junio C Hamano2005-11-281-0/+2
* Rework object refs tracking to reduce memory usageSergey Vlasov2005-11-151-9/+13
* git-fsck-objects: Free tree entries after useSergey Vlasov2005-11-151-0/+7
* Create object subdirectories on demandLinus Torvalds2005-10-081-3/+2
* Add git-symbolic-refJunio C Hamano2005-10-011-18/+10
* [PATCH] Make some needlessly global stuff staticPeter Hagervall2005-09-281-2/+2
* [PATCH] Provide access to git_dir through get_git_dir().Sven Verdoolaege2005-09-271-4/+1
* [PATCH] Make the git-fsck-objects diagnostics more usefulPetr Baudis2005-09-201-34/+48
* Retire support for old environment variables.Junio C Hamano2005-09-091-1/+1
* Big tool rename.Junio C Hamano2005-09-071-0/+537