| Age | Commit message (Expand) | Author | Files | Lines |
| 2010-02-22 | Move 'builtin-*' into a 'builtin/' subdirectory | Linus Torvalds | 1 | -400/+0 |
| 2010-01-11 | builtin-rev-list.c: mark file-local function static | Junio C Hamano | 1 | -1/+1 |
| 2009-12-26 | Merge branch 'jc/1.7.0-diff-whitespace-only-status' | Junio C Hamano | 1 | -1/+1 |
| 2009-11-23 | Merge branch 'jc/log-stdin' | Junio C Hamano | 1 | -7/+0 |
| 2009-11-20 | Teach --stdin option to "log" family | Junio C Hamano | 1 | -7/+0 |
| 2009-11-15 | Merge branch 'lt/revision-bisect' | Junio C Hamano | 1 | -0/+2 |
| 2009-10-28 | Add '--bisect' revision machinery argument | Linus Torvalds | 1 | -0/+2 |
| 2009-10-19 | Refactor pretty_print_commit arguments into a struct | Thomas Rast | 1 | -3/+4 |
| 2009-07-29 | diff: Rename QUIET internal option to QUICK | Junio C Hamano | 1 | -1/+1 |
| 2009-06-06 | bisect: add parameters to "filter_skipped" | Christian Couder | 1 | -1/+3 |
| 2009-05-10 | rev-list: remove stringed output flag from "show_bisect_vars" | Christian Couder | 1 | -17/+15 |
| 2009-05-10 | rev-list: refactor printing bisect vars | Christian Couder | 1 | -28/+33 |
| 2009-05-10 | rev-list: make "estimate_bisect_steps" non static | Christian Couder | 1 | -1/+1 |
| 2009-04-18 | Merge branch 'lt/pack-object-memuse' | Junio C Hamano | 1 | -10/+12 |
| 2009-04-12 | show_object(): push path_name() call further down | Linus Torvalds | 1 | -3/+5 |
| 2009-04-12 | process_{tree,blob}: show objects without buffering | Linus Torvalds | 1 | -10/+10 |
| 2009-04-07 | rev-list: add "int bisect_show_flags" in "struct rev_list_info" | Christian Couder | 1 | -7/+4 |
| 2009-04-07 | rev-list: remove last static vars used in "show_commit" | Christian Couder | 1 | -21/+21 |
| 2009-04-07 | list-objects: add "void *data" parameter to show functions | Christian Couder | 1 | -33/+35 |
| 2009-04-05 | bisect--helper: string output variables together with "&&" | Christian Couder | 1 | -10/+19 |
| 2009-04-05 | rev-list: pass "int flags" as last argument of "show_bisect_vars" | Christian Couder | 1 | -7/+6 |
| 2009-04-05 | rev-list: call new "filter_skip" function | Christian Couder | 1 | -5/+25 |
| 2009-03-30 | rev-list: pass "revs" to "show_bisect_vars" | Christian Couder | 1 | -6/+7 |
| 2009-03-30 | rev-list: make "show_bisect_vars" non static | Christian Couder | 1 | -2/+3 |
| 2009-03-30 | rev-list: move code to show bisect vars into its own function | Christian Couder | 1 | -38/+45 |
| 2009-03-30 | rev-list: move bisect related code into its own file | Christian Couder | 1 | -387/+1 |
| 2009-03-30 | rev-list: make "bisect_list" variable local to "cmd_rev_list" | Christian Couder | 1 | -1/+1 |
| 2009-03-04 | rev-list: estimate number of bisection step left | Christian Couder | 1 | -2/+43 |
| 2009-02-08 | rev-list: fix showing distance when using --bisect-all | Christian Couder | 1 | -0/+1 |
| 2008-11-04 | Add a 'source' decorator for commits | Linus Torvalds | 1 | -1/+1 |
| 2008-10-12 | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 1 | -2/+1 |
| 2008-09-15 | Start conforming code to "git subcmd" style part 3 | Heikki Orsila | 1 | -1/+1 |
| 2008-08-24 | Fix "git log -i --grep" | Jeff King | 1 | -1/+2 |
| 2008-07-19 | Merge branch 'maint' | Junio C Hamano | 1 | -4/+1 |
| 2008-07-17 | rev-list: honor --quiet option | Junio C Hamano | 1 | -4/+1 |
| 2008-07-16 | Merge branch 'sb/dashless' | Junio C Hamano | 1 | -1/+1 |
| 2008-07-13 | Merge branch 'ph/parseopt-step-blame' | Junio C Hamano | 1 | -0/+10 |
| 2008-07-13 | Make usage strings dash-less | Stephan Beyer | 1 | -1/+1 |
| 2008-07-08 | Merge branch 'jc/blame' (early part) into HEAD | Junio C Hamano | 1 | -0/+10 |
| 2008-07-05 | Move read_revisions_from_stdin from builtin-rev-list.c to revision.c | Adam Brewster | 1 | -17/+0 |
| 2008-05-25 | Merge branch 'js/config-cb'v1.5.6-rc0 | Junio C Hamano | 1 | -1/+1 |
| 2008-05-25 | log --graph --left-right: show left/right information in place of '*' | Adam Simpkins | 1 | -9/+12 |
| 2008-05-14 | Provide git_config with a callback-data parameter | Johannes Schindelin | 1 | -1/+1 |
| 2008-05-05 | log and rev-list: add --graph option | Adam Simpkins | 1 | -2/+44 |
| 2008-05-05 | revision API: split parent rewriting and parent printing options | Adam Simpkins | 1 | -1/+1 |
| 2008-04-12 | rev-list --children | Junio C Hamano | 1 | -0/+10 |
| 2008-03-19 | Add --reverse to the git-rev-list usage string | Kevin Ballard | 1 | -0/+1 |
| 2008-03-02 | Merge branch 'mk/maint-parse-careful' | Junio C Hamano | 1 | -1/+0 |
| 2008-02-29 | rev-list: add --branches, --tags and --remotes | Uwe Kleine-König | 1 | -0/+3 |
| 2008-02-25 | Remove unused object-ref code | Martin Koegler | 1 | -1/+0 |
| 2008-02-20 | Merge branch 'lt/revision-walker' | Junio C Hamano | 1 | -1/+3 |
| 2008-02-17 | check return code of prepare_revision_walk | Martin Koegler | 1 | -1/+2 |
| 2008-02-13 | Add "--show-all" revision walker flag for debugging | Linus Torvalds | 1 | -1/+3 |
| 2008-01-04 | Don't access line[-1] for a zero-length "line" from fgets. | Jim Meyering | 1 | -1/+1 |
| 2007-11-18 | Merge branch 'lt/rev-list-interactive' | Junio C Hamano | 1 | -8/+8 |
| 2007-11-14 | Fix parent rewriting in --early-output | Linus Torvalds | 1 | -8/+8 |
| 2007-11-11 | rev-list: Introduce --quiet to avoid /dev/null redirects | Shawn O. Pearce | 1 | -4/+22 |
| 2007-11-05 | revision walker: mini clean-up | Linus Torvalds | 1 | -7/+7 |
| 2007-11-01 | format-patch -s: add MIME encoding header if signer's name requires so | Junio C Hamano | 1 | -1/+2 |
| 2007-10-26 | rev-list: implement --bisect-all | Christian Couder | 1 | -14/+86 |
| 2007-10-03 | Merge branch 'mv/unknown' | Junio C Hamano | 1 | -1/+2 |
| 2007-10-03 | Merge branch 'ph/strbuf' | Junio C Hamano | 1 | -7/+6 |
| 2007-09-26 | Don't use "<unknown>" for placeholders and suppress printing of empty user fo... | Michal Vitecek | 1 | -1/+2 |
| 2007-09-20 | rev-list --bisect: Fix best == NULL case. | Christian Couder | 1 | -3/+3 |
| 2007-09-18 | Merge branch 'master' into ph/strbuf | Junio C Hamano | 1 | -61/+72 |
| 2007-09-18 | rev-list --bisect: Bisection "distance" clean up. | Christian Couder | 1 | -11/+7 |
| 2007-09-18 | rev-list --bisect: Move some bisection code into best_bisection. | Christian Couder | 1 | -17/+26 |
| 2007-09-18 | rev-list --bisect: Move finding bisection into do_find_bisection. | Christian Couder | 1 | -42/+48 |
| 2007-09-10 | Rework pretty_print_commit to use strbufs instead of custom buffers. | Pierre Habouzit | 1 | -7/+6 |
| 2007-07-31 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
| 2007-07-31 | rev-list --bisect: fix allocation of "int*" instead of "int". | Christian Couder | 1 | -1/+1 |
| 2007-07-08 | Revert 88494423 (removal of duplicate parents in the output codepath) | Junio C Hamano | 1 | -13/+1 |
| 2007-06-30 | Don't fflush(stdout) when it's not helpful | Theodore Ts'o | 1 | -1/+1 |
| 2007-06-13 | Lift 16kB limit of log message output | Junio C Hamano | 1 | -3/+5 |
| 2007-04-25 | Add --date={local,relative,default} | Junio C Hamano | 1 | -1/+1 |
| 2007-04-17 | Make sure quickfetch is not fooled with a previous, incomplete fetch. | Junio C Hamano | 1 | -0/+4 |
| 2007-04-05 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+1 |
| 2007-04-05 | Document --left-right option to rev-list. | Brian Gernhardt | 1 | -0/+1 |
| 2007-03-23 | make the previous optimization work also on path-limited rev-list --bisect | Junio C Hamano | 1 | -98/+151 |
| 2007-03-23 | rev-list --bisect: Fix "halfway" optimization. | Junio C Hamano | 1 | -6/+26 |
| 2007-03-23 | Merge branch 'master' into jc/bisect | Junio C Hamano | 1 | -2/+2 |
| 2007-03-23 | Fix path-limited "rev-list --bisect" termination condition. | Junio C Hamano | 1 | -1/+1 |
| 2007-03-22 | git-rev-list --bisect: optimization | Junio C Hamano | 1 | -2/+160 |
| 2007-03-22 | git-rev-list: add --bisect-vars option. | Junio C Hamano | 1 | -6/+48 |
| 2007-02-18 | Read the config in rev-list | Fredrik Kuivinen | 1 | -0/+1 |
| 2006-12-17 | Teach all of log family --left-right output. | Junio C Hamano | 1 | -6/+1 |
| 2006-12-17 | rev-list --left-right | Junio C Hamano | 1 | -0/+11 |
| 2006-09-20 | git log: Unify header_filter and message_filter into one. | Junio C Hamano | 1 | -3/+1 |
| 2006-09-20 | rev-list: fix segfault with --{author,committer,grep} | Jeff King | 1 | -1/+3 |
| 2006-09-07 | pack-objects: further work on internal rev-list logic. | Junio C Hamano | 1 | -30/+6 |
| 2006-09-07 | Separate object listing routines out of rev-list | Junio C Hamano | 1 | -97/+13 |
| 2006-09-05 | Teach rev-list an option to read revs from the standard input. | Junio C Hamano | 1 | -0/+25 |
| 2006-09-02 | Replace uses of strdup with xstrdup. | Shawn Pearce | 1 | -2/+2 |
| 2006-08-28 | Add --relative-date option to the revision interface | Jonas Fonseca | 1 | -1/+1 |
| 2006-08-27 | free(NULL) is perfectly valid. | Junio C Hamano | 1 | -4/+2 |
| 2006-08-15 | remove unnecessary initializations | David Rientjes | 1 | -3/+3 |
| 2006-07-29 | Call setup_git_directory() much earlier | Linus Torvalds | 1 | -2/+2 |
| 2006-07-28 | Call setup_git_directory() early | Linus Torvalds | 1 | -1/+1 |
| 2006-07-12 | Remove TYPE_* constant macros and use object_type enums consistently. | Linus Torvalds | 1 | -3/+3 |
| 2006-06-19 | Add "named object array" concept | Linus Torvalds | 1 | -31/+33 |
| 2006-06-17 | Some more memory leak avoidance | Linus Torvalds | 1 | -0/+8 |
| 2006-06-17 | Shrink "struct object" a bit | Linus Torvalds | 1 | -3/+3 |
| 2006-06-05 | rev-list: fix process_tree() conversion. | Linus Torvalds | 1 | -2/+2 |
| 2006-05-30 | tree_entry(): new tree-walking helper function | Linus Torvalds | 1 | -11/+5 |
| 2006-05-29 | Remove "tree->entries" tree-entry list from tree parser | Linus Torvalds | 1 | -10/+16 |
| 2006-05-29 | Make "tree_entry" have a SHA1 instead of a union of object pointers | Linus Torvalds | 1 | -2/+2 |
| 2006-05-29 | Make "struct tree" contain the pointer to the tree buffer | Linus Torvalds | 1 | -1/+2 |
| 2006-05-28 | Fix memory leak in "git rev-list --objects" | Linus Torvalds | 1 | -0/+3 |
| 2006-05-21 | fmt-patch: Support --attach | Johannes Schindelin | 1 | -1/+1 |
| 2006-05-21 | Merge branch 'master' into js/fmt-patch | Junio C Hamano | 1 | -0/+358 |
| 2006-05-18 | Make "git rev-list" be a builtin | Linus Torvalds | 1 | -0/+358 |