summaryrefslogtreecommitdiff
path: root/builtin-rev-list.c
AgeCommit message (Expand)Author
2007-11-19Merge branch 'lt/rev-list-interactive'Junio C Hamano
2007-11-14Fix parent rewriting in --early-outputLinus Torvalds
2007-11-12rev-list: Introduce --quiet to avoid /dev/null redirectsShawn O. Pearce
2007-11-06revision walker: mini clean-upLinus Torvalds
2007-11-02format-patch -s: add MIME encoding header if signer's name requires soJunio C Hamano
2007-10-27rev-list: implement --bisect-allChristian Couder
2007-10-03Merge branch 'mv/unknown'Junio C Hamano
2007-10-03Merge branch 'ph/strbuf'Junio C Hamano
2007-09-26Don't use "<unknown>" for placeholders and suppress printing of empty user fo...Michal Vitecek
2007-09-20rev-list --bisect: Fix best == NULL case.Christian Couder
2007-09-19Merge branch 'master' into ph/strbufJunio C Hamano
2007-09-18rev-list --bisect: Bisection "distance" clean up.Christian Couder
2007-09-18rev-list --bisect: Move some bisection code into best_bisection.Christian Couder
2007-09-18rev-list --bisect: Move finding bisection into do_find_bisection.Christian Couder
2007-09-10Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit
2007-08-01Merge branch 'maint'Junio C Hamano
2007-08-01rev-list --bisect: fix allocation of "int*" instead of "int".Christian Couder
2007-07-09Revert 88494423 (removal of duplicate parents in the output codepath)Junio C Hamano
2007-07-01Don't fflush(stdout) when it's not helpfulTheodore Ts'o
2007-06-13Lift 16kB limit of log message outputJunio C Hamano
2007-04-26Add --date={local,relative,default}Junio C Hamano
2007-04-17Make sure quickfetch is not fooled with a previous, incomplete fetch.Junio C Hamano
2007-04-05Merge branch 'maint'Junio C Hamano
2007-04-05Document --left-right option to rev-list.Brian Gernhardt
2007-03-24make the previous optimization work also on path-limited rev-list --bisectJunio C Hamano
2007-03-24rev-list --bisect: Fix "halfway" optimization.Junio C Hamano
2007-03-24Merge branch 'master' into jc/bisectJunio C Hamano
2007-03-24Fix path-limited "rev-list --bisect" termination condition.Junio C Hamano
2007-03-22git-rev-list --bisect: optimizationJunio C Hamano
2007-03-22git-rev-list: add --bisect-vars option.Junio C Hamano
2007-02-18Read the config in rev-listFredrik Kuivinen
2006-12-17Teach all of log family --left-right output.Junio C Hamano
2006-12-17rev-list --left-rightJunio C Hamano
2006-09-20git log: Unify header_filter and message_filter into one.Junio C Hamano
2006-09-20rev-list: fix segfault with --{author,committer,grep}Jeff King
2006-09-07pack-objects: further work on internal rev-list logic.Junio C Hamano
2006-09-07Separate object listing routines out of rev-listJunio C Hamano
2006-09-06Teach rev-list an option to read revs from the standard input.Junio C Hamano
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce
2006-08-28Add --relative-date option to the revision interfaceJonas Fonseca
2006-08-28free(NULL) is perfectly valid.Junio C Hamano
2006-08-16remove unnecessary initializationsDavid Rientjes
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