summaryrefslogtreecommitdiff
path: root/builtin-rev-list.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-03Merge branch 'mv/unknown'Libravatar Junio C Hamano1-1/+2
2007-10-03Merge branch 'ph/strbuf'Libravatar Junio C Hamano1-7/+6
2007-09-26Don't use "<unknown>" for placeholders and suppress printing of empty user fo...Libravatar Michal Vitecek1-1/+2
2007-09-20rev-list --bisect: Fix best == NULL case.Libravatar Christian Couder1-3/+3
2007-09-18Merge branch 'master' into ph/strbufLibravatar Junio C Hamano1-61/+72
2007-09-18rev-list --bisect: Bisection "distance" clean up.Libravatar Christian Couder1-11/+7
2007-09-18rev-list --bisect: Move some bisection code into best_bisection.Libravatar Christian Couder1-17/+26
2007-09-18rev-list --bisect: Move finding bisection into do_find_bisection.Libravatar Christian Couder1-42/+48
2007-09-10Rework pretty_print_commit to use strbufs instead of custom buffers.Libravatar Pierre Habouzit1-7/+6
2007-07-31Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2007-07-31rev-list --bisect: fix allocation of "int*" instead of "int".Libravatar Christian Couder1-1/+1
2007-07-08Revert 88494423 (removal of duplicate parents in the output codepath)Libravatar Junio C Hamano1-13/+1
2007-06-30Don't fflush(stdout) when it's not helpfulLibravatar Theodore Ts'o1-1/+1
2007-06-13Lift 16kB limit of log message outputLibravatar Junio C Hamano1-3/+5
2007-04-25Add --date={local,relative,default}Libravatar Junio C Hamano1-1/+1
2007-04-17Make sure quickfetch is not fooled with a previous, incomplete fetch.Libravatar Junio C Hamano1-0/+4
2007-04-05Merge branch 'maint'Libravatar Junio C Hamano1-0/+1
2007-04-05Document --left-right option to rev-list.Libravatar Brian Gernhardt1-0/+1
2007-03-23make the previous optimization work also on path-limited rev-list --bisectLibravatar Junio C Hamano1-98/+151
2007-03-23rev-list --bisect: Fix "halfway" optimization.Libravatar Junio C Hamano1-6/+26
2007-03-23Merge branch 'master' into jc/bisectLibravatar Junio C Hamano1-2/+2
2007-03-23Fix path-limited "rev-list --bisect" termination condition.Libravatar Junio C Hamano1-1/+1
2007-03-22git-rev-list --bisect: optimizationLibravatar Junio C Hamano1-2/+160
2007-03-22git-rev-list: add --bisect-vars option.Libravatar Junio C Hamano1-6/+48
2007-02-18Read the config in rev-listLibravatar Fredrik Kuivinen1-0/+1
2006-12-17Teach all of log family --left-right output.Libravatar Junio C Hamano1-6/+1
2006-12-17rev-list --left-rightLibravatar Junio C Hamano1-0/+11
2006-09-20git log: Unify header_filter and message_filter into one.Libravatar Junio C Hamano1-3/+1
2006-09-20rev-list: fix segfault with --{author,committer,grep}Libravatar Jeff King1-1/+3
2006-09-07pack-objects: further work on internal rev-list logic.Libravatar Junio C Hamano1-30/+6
2006-09-07Separate object listing routines out of rev-listLibravatar Junio C Hamano1-97/+13
2006-09-05Teach rev-list an option to read revs from the standard input.Libravatar Junio C Hamano1-0/+25
2006-09-02Replace uses of strdup with xstrdup.Libravatar Shawn Pearce1-2/+2
2006-08-28Add --relative-date option to the revision interfaceLibravatar Jonas Fonseca1-1/+1
2006-08-27free(NULL) is perfectly valid.Libravatar Junio C Hamano1-4/+2
2006-08-15remove unnecessary initializationsLibravatar David Rientjes1-3/+3
2006-07-29Call setup_git_directory() much earlierLibravatar Linus Torvalds1-2/+2
2006-07-28Call setup_git_directory() earlyLibravatar Linus Torvalds1-1/+1
2006-07-12Remove TYPE_* constant macros and use object_type enums consistently.Libravatar Linus Torvalds1-3/+3
2006-06-19Add "named object array" conceptLibravatar Linus Torvalds1-31/+33
2006-06-17Some more memory leak avoidanceLibravatar Linus Torvalds1-0/+8
2006-06-17Shrink "struct object" a bitLibravatar Linus Torvalds1-3/+3
2006-06-05rev-list: fix process_tree() conversion.Libravatar Linus Torvalds1-2/+2
2006-05-30tree_entry(): new tree-walking helper functionLibravatar Linus Torvalds1-11/+5
2006-05-29Remove "tree->entries" tree-entry list from tree parserLibravatar Linus Torvalds1-10/+16
2006-05-29Make "tree_entry" have a SHA1 instead of a union of object pointersLibravatar Linus Torvalds1-2/+2
2006-05-29Make "struct tree" contain the pointer to the tree bufferLibravatar Linus Torvalds1-1/+2
2006-05-28Fix memory leak in "git rev-list --objects"Libravatar Linus Torvalds1-0/+3
2006-05-21fmt-patch: Support --attachLibravatar Johannes Schindelin1-1/+1
2006-05-21Merge branch 'master' into js/fmt-patchLibravatar Junio C Hamano1-0/+358