aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-rev-list.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-400/+0
2010-01-11builtin-rev-list.c: mark file-local function staticJunio C Hamano1-1/+1
2009-12-26Merge branch 'jc/1.7.0-diff-whitespace-only-status'Junio C Hamano1-1/+1
2009-11-23Merge branch 'jc/log-stdin'Junio C Hamano1-7/+0
2009-11-20Teach --stdin option to "log" familyJunio C Hamano1-7/+0
2009-11-15Merge branch 'lt/revision-bisect'Junio C Hamano1-0/+2
2009-10-28Add '--bisect' revision machinery argumentLinus Torvalds1-0/+2
2009-10-19Refactor pretty_print_commit arguments into a structThomas Rast1-3/+4
2009-07-29diff: Rename QUIET internal option to QUICKJunio C Hamano1-1/+1
2009-06-06bisect: add parameters to "filter_skipped"Christian Couder1-1/+3
2009-05-10rev-list: remove stringed output flag from "show_bisect_vars"Christian Couder1-17/+15
2009-05-10rev-list: refactor printing bisect varsChristian Couder1-28/+33
2009-05-10rev-list: make "estimate_bisect_steps" non staticChristian Couder1-1/+1
2009-04-18Merge branch 'lt/pack-object-memuse'Junio C Hamano1-10/+12
2009-04-12show_object(): push path_name() call further downLinus Torvalds1-3/+5
2009-04-12process_{tree,blob}: show objects without bufferingLinus Torvalds1-10/+10
2009-04-07rev-list: add "int bisect_show_flags" in "struct rev_list_info"Christian Couder1-7/+4
2009-04-07rev-list: remove last static vars used in "show_commit"Christian Couder1-21/+21
2009-04-07list-objects: add "void *data" parameter to show functionsChristian Couder1-33/+35
2009-04-05bisect--helper: string output variables together with "&&"Christian Couder1-10/+19
2009-04-05rev-list: pass "int flags" as last argument of "show_bisect_vars"Christian Couder1-7/+6
2009-04-05rev-list: call new "filter_skip" functionChristian Couder1-5/+25
2009-03-30rev-list: pass "revs" to "show_bisect_vars"Christian Couder1-6/+7
2009-03-30rev-list: make "show_bisect_vars" non staticChristian Couder1-2/+3
2009-03-30rev-list: move code to show bisect vars into its own functionChristian Couder1-38/+45
2009-03-30rev-list: move bisect related code into its own fileChristian Couder1-387/+1
2009-03-30rev-list: make "bisect_list" variable local to "cmd_rev_list"Christian Couder1-1/+1
2009-03-04rev-list: estimate number of bisection step leftChristian Couder1-2/+43
2009-02-08rev-list: fix showing distance when using --bisect-allChristian Couder1-0/+1
2008-11-04Add a 'source' decorator for commitsLinus Torvalds1-1/+1
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey1-2/+1
2008-09-15Start conforming code to "git subcmd" style part 3Heikki Orsila1-1/+1
2008-08-24Fix "git log -i --grep"Jeff King1-1/+2
2008-07-19Merge branch 'maint'Junio C Hamano1-4/+1
2008-07-17rev-list: honor --quiet optionJunio C Hamano1-4/+1
2008-07-16Merge branch 'sb/dashless'Junio C Hamano1-1/+1
2008-07-13Merge branch 'ph/parseopt-step-blame'Junio C Hamano1-0/+10
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-07-08Merge branch 'jc/blame' (early part) into HEADJunio C Hamano1-0/+10
2008-07-05Move read_revisions_from_stdin from builtin-rev-list.c to revision.cAdam Brewster1-17/+0
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano1-1/+1
2008-05-25log --graph --left-right: show left/right information in place of '*'Adam Simpkins1-9/+12
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-1/+1
2008-05-05log and rev-list: add --graph optionAdam Simpkins1-2/+44
2008-05-05revision API: split parent rewriting and parent printing optionsAdam Simpkins1-1/+1
2008-04-12rev-list --childrenJunio C Hamano1-0/+10
2008-03-19Add --reverse to the git-rev-list usage stringKevin Ballard1-0/+1
2008-03-02Merge branch 'mk/maint-parse-careful'Junio C Hamano1-1/+0
2008-02-29rev-list: add --branches, --tags and --remotesUwe Kleine-König1-0/+3
2008-02-25Remove unused object-ref codeMartin Koegler1-1/+0