summaryrefslogtreecommitdiff
path: root/builtin-rev-list.c
AgeCommit message (Expand)Author
2009-06-06bisect: add parameters to "filter_skipped"Christian Couder
2009-05-10rev-list: remove stringed output flag from "show_bisect_vars"Christian Couder
2009-05-10rev-list: refactor printing bisect varsChristian Couder
2009-05-10rev-list: make "estimate_bisect_steps" non staticChristian Couder
2009-04-18Merge branch 'lt/pack-object-memuse'Junio C Hamano
2009-04-13show_object(): push path_name() call further downLinus Torvalds
2009-04-13process_{tree,blob}: show objects without bufferingLinus Torvalds
2009-04-08rev-list: add "int bisect_show_flags" in "struct rev_list_info"Christian Couder
2009-04-08rev-list: remove last static vars used in "show_commit"Christian Couder
2009-04-08list-objects: add "void *data" parameter to show functionsChristian Couder
2009-04-05bisect--helper: string output variables together with "&&"Christian Couder
2009-04-05rev-list: pass "int flags" as last argument of "show_bisect_vars"Christian Couder
2009-04-05rev-list: call new "filter_skip" functionChristian Couder
2009-03-30rev-list: pass "revs" to "show_bisect_vars"Christian Couder
2009-03-30rev-list: make "show_bisect_vars" non staticChristian Couder
2009-03-30rev-list: move code to show bisect vars into its own functionChristian Couder
2009-03-30rev-list: move bisect related code into its own fileChristian Couder
2009-03-30rev-list: make "bisect_list" variable local to "cmd_rev_list"Christian Couder
2009-03-04rev-list: estimate number of bisection step leftChristian Couder
2009-02-08rev-list: fix showing distance when using --bisect-allChristian Couder
2008-11-04Add a 'source' decorator for commitsLinus Torvalds
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey
2008-09-16Start conforming code to "git subcmd" style part 3Heikki Orsila
2008-08-25Fix "git log -i --grep"Jeff King
2008-07-19Merge branch 'maint'Junio C Hamano
2008-07-18rev-list: honor --quiet optionJunio C Hamano
2008-07-17Merge branch 'sb/dashless'Junio C Hamano
2008-07-13Merge branch 'ph/parseopt-step-blame'Junio C Hamano
2008-07-13Make usage strings dash-lessStephan Beyer
2008-07-08Merge branch 'jc/blame' (early part) into HEADJunio C Hamano
2008-07-06Move read_revisions_from_stdin from builtin-rev-list.c to revision.cAdam Brewster
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano
2008-05-25log --graph --left-right: show left/right information in place of '*'Adam Simpkins
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-05-06log and rev-list: add --graph optionAdam Simpkins
2008-05-06revision API: split parent rewriting and parent printing optionsAdam Simpkins
2008-04-13rev-list --childrenJunio C Hamano
2008-03-20Add --reverse to the git-rev-list usage stringKevin Ballard
2008-03-02Merge branch 'mk/maint-parse-careful'Junio C Hamano
2008-02-29rev-list: add --branches, --tags and --remotesUwe Kleine-König
2008-02-26Remove unused object-ref codeMartin Koegler
2008-02-21Merge branch 'lt/revision-walker'Junio C Hamano
2008-02-18check return code of prepare_revision_walkMartin Koegler
2008-02-13Add "--show-all" revision walker flag for debuggingLinus Torvalds
2008-01-04Don't access line[-1] for a zero-length "line" from fgets.Jim Meyering
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