aboutsummaryrefslogtreecommitdiff
path: root/builtin-rev-list.c
Commit message (Expand)AuthorAge
* Merge branch 'lt/pack-object-memuse' into maintJunio C Hamano2009-05-03
|\
| * show_object(): push path_name() call further downLinus Torvalds2009-04-12
| * process_{tree,blob}: show objects without bufferingLinus Torvalds2009-04-12
* | rev-list: fix showing distance when using --bisect-allChristian Couder2009-02-08
* | Add a 'source' decorator for commitsLinus Torvalds2008-11-04
* | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-12
|/
* Start conforming code to "git subcmd" style part 3Heikki Orsila2008-09-15
* Fix "git log -i --grep"Jeff King2008-08-24
* Merge branch 'maint'Junio C Hamano2008-07-19
|\
| * rev-list: honor --quiet optionJunio C Hamano2008-07-17
* | Merge branch 'sb/dashless'Junio C Hamano2008-07-16
|\ \
| * | Make usage strings dash-lessStephan Beyer2008-07-13
* | | Merge branch 'ph/parseopt-step-blame'Junio C Hamano2008-07-13
|\ \ \ | |/ / |/| |
| * | Merge branch 'jc/blame' (early part) into HEADJunio C Hamano2008-07-08
| |\ \ | | |/ | |/|
| | * rev-list --childrenJunio C Hamano2008-04-12
* | | Move read_revisions_from_stdin from builtin-rev-list.c to revision.cAdam Brewster2008-07-05
|/ /
* | Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano2008-05-25
|\ \
| * | Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
| |/
* | log --graph --left-right: show left/right information in place of '*'Adam Simpkins2008-05-25
* | log and rev-list: add --graph optionAdam Simpkins2008-05-05
* | revision API: split parent rewriting and parent printing optionsAdam Simpkins2008-05-05
|/
* Add --reverse to the git-rev-list usage stringKevin Ballard2008-03-19
* Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-03-02
|\
| * Remove unused object-ref codeMartin Koegler2008-02-25
* | rev-list: add --branches, --tags and --remotesUwe Kleine-König2008-02-29
* | Merge branch 'lt/revision-walker'Junio C Hamano2008-02-20
|\ \
| * | Add "--show-all" revision walker flag for debuggingLinus Torvalds2008-02-13
| |/
* | check return code of prepare_revision_walkMartin Koegler2008-02-17
|/
* Don't access line[-1] for a zero-length "line" from fgets.Jim Meyering2008-01-04
* Merge branch 'lt/rev-list-interactive'Junio C Hamano2007-11-18
|\
| * Fix parent rewriting in --early-outputLinus Torvalds2007-11-14
| * revision walker: mini clean-upLinus Torvalds2007-11-05
* | rev-list: Introduce --quiet to avoid /dev/null redirectsShawn O. Pearce2007-11-11
|/
* format-patch -s: add MIME encoding header if signer's name requires soJunio C Hamano2007-11-01
* rev-list: implement --bisect-allChristian Couder2007-10-26
* Merge branch 'mv/unknown'Junio C Hamano2007-10-03
|\
| * Don't use "<unknown>" for placeholders and suppress printing of empty user fo...Michal Vitecek2007-09-26
* | Merge branch 'ph/strbuf'Junio C Hamano2007-10-03
|\ \ | |/ |/|
| * Merge branch 'master' into ph/strbufJunio C Hamano2007-09-18
| |\
| * | Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit2007-09-10
* | | rev-list --bisect: Fix best == NULL case.Christian Couder2007-09-20
| |/ |/|
* | rev-list --bisect: Bisection "distance" clean up.Christian Couder2007-09-18
* | rev-list --bisect: Move some bisection code into best_bisection.Christian Couder2007-09-18
* | rev-list --bisect: Move finding bisection into do_find_bisection.Christian Couder2007-09-18
|/
* Merge branch 'maint'Junio C Hamano2007-07-31
|\
| * rev-list --bisect: fix allocation of "int*" instead of "int".Christian Couder2007-07-31
* | Revert 88494423 (removal of duplicate parents in the output codepath)Junio C Hamano2007-07-08
* | Don't fflush(stdout) when it's not helpfulTheodore Ts'o2007-06-30
* | Lift 16kB limit of log message outputJunio C Hamano2007-06-13
|/
* Add --date={local,relative,default}Junio C Hamano2007-04-25