summaryrefslogtreecommitdiff
path: root/builtin-rev-list.c
AgeCommit message (Expand)Author
2006-07-29Call setup_git_directory() much earlierLinus Torvalds
2006-07-29Call setup_git_directory() earlyLinus Torvalds
2006-07-13Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds
2006-06-20Add "named object array" conceptLinus Torvalds
2006-06-18Some more memory leak avoidanceLinus Torvalds
2006-06-18Shrink "struct object" a bitLinus Torvalds
2006-06-05rev-list: fix process_tree() conversion.Linus Torvalds
2006-05-31tree_entry(): new tree-walking helper functionLinus 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-28Fix memory leak in "git rev-list --objects"Linus Torvalds
2006-05-21fmt-patch: Support --attachJohannes Schindelin
2006-05-21Merge branch 'master' into js/fmt-patchJunio C Hamano
2006-05-18Make "git rev-list" be a builtinLinus Torvalds