Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-24Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce
2006-08-16remove unnecessary initializationsDavid Rientjes
2006-08-16make inline is_null_sha1 globalDavid Rientjes
2006-08-15Make fsck_dir void.David Rientjes
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-19Remove "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-26Teach fsck-objects about cache-tree.Junio C Hamano
2006-03-10fsck-objects: Remove --standaloneJunio C Hamano
2006-02-27Use 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-09Create object subdirectories on demandLinus Torvalds
2005-10-02Add git-symbolic-refJunio C Hamano
2005-09-29[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-21[PATCH] Make the git-fsck-objects diagnostics more usefulPetr Baudis
2005-09-10Retire support for old environment variables.Junio C Hamano
2005-09-08Big tool rename.Junio C Hamano