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