aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-rev-list.c
AgeCommit message (Expand)AuthorFilesLines
2006-09-20git log: Unify header_filter and message_filter into one.Junio C Hamano1-3/+1
2006-09-20rev-list: fix segfault with --{author,committer,grep}Jeff King1-1/+3
2006-09-07pack-objects: further work on internal rev-list logic.Junio C Hamano1-30/+6
2006-09-07Separate object listing routines out of rev-listJunio C Hamano1-97/+13
2006-09-05Teach rev-list an option to read revs from the standard input.Junio C Hamano1-0/+25
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce1-2/+2
2006-08-28Add --relative-date option to the revision interfaceJonas Fonseca1-1/+1
2006-08-27free(NULL) is perfectly valid.Junio C Hamano1-4/+2
2006-08-15remove unnecessary initializationsDavid Rientjes1-3/+3
2006-07-29Call setup_git_directory() much earlierLinus Torvalds1-2/+2
2006-07-28Call setup_git_directory() earlyLinus Torvalds1-1/+1
2006-07-12Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds1-3/+3
2006-06-19Add "named object array" conceptLinus Torvalds1-31/+33
2006-06-17Some more memory leak avoidanceLinus Torvalds1-0/+8
2006-06-17Shrink "struct object" a bitLinus Torvalds1-3/+3
2006-06-05rev-list: fix process_tree() conversion.Linus Torvalds1-2/+2
2006-05-30tree_entry(): new tree-walking helper functionLinus Torvalds1-11/+5
2006-05-29Remove "tree->entries" tree-entry list from tree parserLinus Torvalds1-10/+16
2006-05-29Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds1-2/+2
2006-05-29Make "struct tree" contain the pointer to the tree bufferLinus Torvalds1-1/+2
2006-05-28Fix memory leak in "git rev-list --objects"Linus Torvalds1-0/+3
2006-05-21fmt-patch: Support --attachJohannes Schindelin1-1/+1
2006-05-21Merge branch 'master' into js/fmt-patchJunio C Hamano1-0/+358
2006-05-18Make "git rev-list" be a builtinLinus Torvalds1-0/+358