| Commit message (Expand) | Author | Age | Files | Lines |
* | builtin-rev-list.c: mark file-local function static | Junio C Hamano | 2010-01-11 | 1 | -1/+1 |
* | Merge branch 'jc/1.7.0-diff-whitespace-only-status' | Junio C Hamano | 2009-12-26 | 1 | -1/+1 |
|\ |
|
| * | diff: Rename QUIET internal option to QUICK | Junio C Hamano | 2009-07-29 | 1 | -1/+1 |
* | | Merge branch 'jc/log-stdin' | Junio C Hamano | 2009-11-23 | 1 | -7/+0 |
|\ \ |
|
| * | | Teach --stdin option to "log" family | Junio C Hamano | 2009-11-20 | 1 | -7/+0 |
* | | | Merge branch 'lt/revision-bisect' | Junio C Hamano | 2009-11-15 | 1 | -0/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add '--bisect' revision machinery argument | Linus Torvalds | 2009-10-28 | 1 | -0/+2 |
| |/ |
|
* | | Refactor pretty_print_commit arguments into a struct | Thomas Rast | 2009-10-19 | 1 | -3/+4 |
|/ |
|
* | bisect: add parameters to "filter_skipped" | Christian Couder | 2009-06-06 | 1 | -1/+3 |
* | rev-list: remove stringed output flag from "show_bisect_vars" | Christian Couder | 2009-05-10 | 1 | -17/+15 |
* | rev-list: refactor printing bisect vars | Christian Couder | 2009-05-10 | 1 | -28/+33 |
* | rev-list: make "estimate_bisect_steps" non static | Christian Couder | 2009-05-10 | 1 | -1/+1 |
* | Merge branch 'lt/pack-object-memuse' | Junio C Hamano | 2009-04-18 | 1 | -10/+12 |
|\ |
|
| * | show_object(): push path_name() call further down | Linus Torvalds | 2009-04-12 | 1 | -3/+5 |
| * | process_{tree,blob}: show objects without buffering | Linus Torvalds | 2009-04-12 | 1 | -10/+10 |
* | | rev-list: add "int bisect_show_flags" in "struct rev_list_info" | Christian Couder | 2009-04-07 | 1 | -7/+4 |
* | | rev-list: remove last static vars used in "show_commit" | Christian Couder | 2009-04-07 | 1 | -21/+21 |
* | | list-objects: add "void *data" parameter to show functions | Christian Couder | 2009-04-07 | 1 | -33/+35 |
* | | bisect--helper: string output variables together with "&&" | Christian Couder | 2009-04-05 | 1 | -10/+19 |
* | | rev-list: pass "int flags" as last argument of "show_bisect_vars" | Christian Couder | 2009-04-05 | 1 | -7/+6 |
* | | rev-list: call new "filter_skip" function | Christian Couder | 2009-04-05 | 1 | -5/+25 |
* | | rev-list: pass "revs" to "show_bisect_vars" | Christian Couder | 2009-03-30 | 1 | -6/+7 |
* | | rev-list: make "show_bisect_vars" non static | Christian Couder | 2009-03-30 | 1 | -2/+3 |
* | | rev-list: move code to show bisect vars into its own function | Christian Couder | 2009-03-30 | 1 | -38/+45 |
* | | rev-list: move bisect related code into its own file | Christian Couder | 2009-03-30 | 1 | -387/+1 |
* | | rev-list: make "bisect_list" variable local to "cmd_rev_list" | Christian Couder | 2009-03-30 | 1 | -1/+1 |
* | | rev-list: estimate number of bisection step left | Christian Couder | 2009-03-04 | 1 | -2/+43 |
* | | rev-list: fix showing distance when using --bisect-all | Christian Couder | 2009-02-08 | 1 | -0/+1 |
* | | Add a 'source' decorator for commits | Linus Torvalds | 2008-11-04 | 1 | -1/+1 |
* | | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 2008-10-12 | 1 | -2/+1 |
|/ |
|
* | Start conforming code to "git subcmd" style part 3 | Heikki Orsila | 2008-09-15 | 1 | -1/+1 |
* | Fix "git log -i --grep" | Jeff King | 2008-08-24 | 1 | -1/+2 |
* | Merge branch 'maint' | Junio C Hamano | 2008-07-19 | 1 | -4/+1 |
|\ |
|
| * | rev-list: honor --quiet option | Junio C Hamano | 2008-07-17 | 1 | -4/+1 |
* | | Merge branch 'sb/dashless' | Junio C Hamano | 2008-07-16 | 1 | -1/+1 |
|\ \ |
|
| * | | Make usage strings dash-less | Stephan Beyer | 2008-07-13 | 1 | -1/+1 |
* | | | Merge branch 'ph/parseopt-step-blame' | Junio C Hamano | 2008-07-13 | 1 | -0/+10 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge branch 'jc/blame' (early part) into HEAD | Junio C Hamano | 2008-07-08 | 1 | -0/+10 |
| |\ \
| | |/
| |/| |
|
| | * | rev-list --children | Junio C Hamano | 2008-04-12 | 1 | -0/+10 |
* | | | Move read_revisions_from_stdin from builtin-rev-list.c to revision.c | Adam Brewster | 2008-07-05 | 1 | -17/+0 |
|/ / |
|
* | | Merge branch 'js/config-cb'v1.5.6-rc0 | Junio C Hamano | 2008-05-25 | 1 | -1/+1 |
|\ \ |
|
| * | | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 | 1 | -1/+1 |
| |/ |
|
* | | log --graph --left-right: show left/right information in place of '*' | Adam Simpkins | 2008-05-25 | 1 | -9/+12 |
* | | log and rev-list: add --graph option | Adam Simpkins | 2008-05-05 | 1 | -2/+44 |
* | | revision API: split parent rewriting and parent printing options | Adam Simpkins | 2008-05-05 | 1 | -1/+1 |
|/ |
|
* | Add --reverse to the git-rev-list usage string | Kevin Ballard | 2008-03-19 | 1 | -0/+1 |
* | Merge branch 'mk/maint-parse-careful' | Junio C Hamano | 2008-03-02 | 1 | -1/+0 |
|\ |
|
| * | Remove unused object-ref code | Martin Koegler | 2008-02-25 | 1 | -1/+0 |
* | | rev-list: add --branches, --tags and --remotes | Uwe Kleine-König | 2008-02-29 | 1 | -0/+3 |
* | | Merge branch 'lt/revision-walker' | Junio C Hamano | 2008-02-20 | 1 | -1/+3 |
|\ \ |
|