summaryrefslogtreecommitdiff
path: root/builtin-rev-list.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'lt/pack-object-memuse'Junio C Hamano2009-04-181-10/+12
|\
| * show_object(): push path_name() call further downLinus Torvalds2009-04-121-3/+5
| * process_{tree,blob}: show objects without bufferingLinus Torvalds2009-04-121-10/+10
* | rev-list: add "int bisect_show_flags" in "struct rev_list_info"Christian Couder2009-04-071-7/+4
* | rev-list: remove last static vars used in "show_commit"Christian Couder2009-04-071-21/+21
* | list-objects: add "void *data" parameter to show functionsChristian Couder2009-04-071-33/+35
* | bisect--helper: string output variables together with "&&"Christian Couder2009-04-051-10/+19
* | rev-list: pass "int flags" as last argument of "show_bisect_vars"Christian Couder2009-04-051-7/+6
* | rev-list: call new "filter_skip" functionChristian Couder2009-04-051-5/+25
* | rev-list: pass "revs" to "show_bisect_vars"Christian Couder2009-03-301-6/+7
* | rev-list: make "show_bisect_vars" non staticChristian Couder2009-03-301-2/+3
* | rev-list: move code to show bisect vars into its own functionChristian Couder2009-03-301-38/+45
* | rev-list: move bisect related code into its own fileChristian Couder2009-03-301-387/+1
* | rev-list: make "bisect_list" variable local to "cmd_rev_list"Christian Couder2009-03-301-1/+1
* | rev-list: estimate number of bisection step leftChristian Couder2009-03-041-2/+43
* | rev-list: fix showing distance when using --bisect-allChristian Couder2009-02-081-0/+1
* | Add a 'source' decorator for commitsLinus Torvalds2008-11-041-1/+1
* | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-2/+1
|/
* Start conforming code to "git subcmd" style part 3Heikki Orsila2008-09-151-1/+1
* Fix "git log -i --grep"Jeff King2008-08-241-1/+2
* Merge branch 'maint'Junio C Hamano2008-07-191-4/+1
|\
| * rev-list: honor --quiet optionJunio C Hamano2008-07-171-4/+1
* | Merge branch 'sb/dashless'Junio C Hamano2008-07-161-1/+1
|\ \
| * | Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* | | Merge branch 'ph/parseopt-step-blame'Junio C Hamano2008-07-131-0/+10
|\ \ \ | |/ / |/| |
| * | Merge branch 'jc/blame' (early part) into HEADJunio C Hamano2008-07-081-0/+10
| |\ \ | | |/ | |/|
| | * rev-list --childrenJunio C Hamano2008-04-121-0/+10
* | | Move read_revisions_from_stdin from builtin-rev-list.c to revision.cAdam Brewster2008-07-051-17/+0
|/ /
* | Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano2008-05-251-1/+1
|\ \
| * | Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-1/+1
| |/
* | log --graph --left-right: show left/right information in place of '*'Adam Simpkins2008-05-251-9/+12
* | log and rev-list: add --graph optionAdam Simpkins2008-05-051-2/+44
* | revision API: split parent rewriting and parent printing optionsAdam Simpkins2008-05-051-1/+1
|/
* Add --reverse to the git-rev-list usage stringKevin Ballard2008-03-191-0/+1
* Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-03-021-1/+0
|\
| * Remove unused object-ref codeMartin Koegler2008-02-251-1/+0
* | rev-list: add --branches, --tags and --remotesUwe Kleine-König2008-02-291-0/+3
* | Merge branch 'lt/revision-walker'Junio C Hamano2008-02-201-1/+3
|\ \
| * | Add "--show-all" revision walker flag for debuggingLinus Torvalds2008-02-131-1/+3
| |/
* | check return code of prepare_revision_walkMartin Koegler2008-02-171-1/+2
|/
* Don't access line[-1] for a zero-length "line" from fgets.Jim Meyering2008-01-041-1/+1
* Merge branch 'lt/rev-list-interactive'Junio C Hamano2007-11-181-8/+8
|\
| * Fix parent rewriting in --early-outputLinus Torvalds2007-11-141-8/+8
| * revision walker: mini clean-upLinus Torvalds2007-11-051-7/+7
* | rev-list: Introduce --quiet to avoid /dev/null redirectsShawn O. Pearce2007-11-111-4/+22
|/
* format-patch -s: add MIME encoding header if signer's name requires soJunio C Hamano2007-11-011-1/+2
* rev-list: implement --bisect-allChristian Couder2007-10-261-14/+86
* Merge branch 'mv/unknown'Junio C Hamano2007-10-031-1/+2
|\
| * Don't use "<unknown>" for placeholders and suppress printing of empty user fo...Michal Vitecek2007-09-261-1/+2
* | Merge branch 'ph/strbuf'Junio C Hamano2007-10-031-7/+6
|\ \ | |/ |/|