summaryrefslogtreecommitdiff
path: root/builtin-rev-list.c
Commit message (Expand)AuthorAgeFilesLines
* Add "named object array" conceptLinus Torvalds2006-06-191-31/+33
* Some more memory leak avoidanceLinus Torvalds2006-06-171-0/+8
* Shrink "struct object" a bitLinus Torvalds2006-06-171-3/+3
* rev-list: fix process_tree() conversion.Linus Torvalds2006-06-051-2/+2
* tree_entry(): new tree-walking helper functionLinus Torvalds2006-05-301-11/+5
* Remove "tree->entries" tree-entry list from tree parserLinus Torvalds2006-05-291-10/+16
* Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds2006-05-291-2/+2
* Make "struct tree" contain the pointer to the tree bufferLinus Torvalds2006-05-291-1/+2
* Fix memory leak in "git rev-list --objects"Linus Torvalds2006-05-281-0/+3
* fmt-patch: Support --attachJohannes Schindelin2006-05-211-1/+1
* Merge branch 'master' into js/fmt-patchJunio C Hamano2006-05-211-1/+1
* Make "git rev-list" be a builtinLinus Torvalds2006-05-181-0/+358