summaryrefslogtreecommitdiff
path: root/builtin-rev-list.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * Merge branch 'master' into ph/strbufJunio C Hamano2007-09-181-61/+72
| |\
| * | Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit2007-09-101-7/+6
* | | rev-list --bisect: Fix best == NULL case.Christian Couder2007-09-201-3/+3
| |/ |/|
* | rev-list --bisect: Bisection "distance" clean up.Christian Couder2007-09-181-11/+7
* | rev-list --bisect: Move some bisection code into best_bisection.Christian Couder2007-09-181-17/+26
* | rev-list --bisect: Move finding bisection into do_find_bisection.Christian Couder2007-09-181-42/+48
|/
* Merge branch 'maint'Junio C Hamano2007-07-311-1/+1
|\
| * rev-list --bisect: fix allocation of "int*" instead of "int".Christian Couder2007-07-311-1/+1
* | Revert 88494423 (removal of duplicate parents in the output codepath)Junio C Hamano2007-07-081-13/+1
* | Don't fflush(stdout) when it's not helpfulTheodore Ts'o2007-06-301-1/+1
* | Lift 16kB limit of log message outputJunio C Hamano2007-06-131-3/+5
|/
* Add --date={local,relative,default}Junio C Hamano2007-04-251-1/+1
* Make sure quickfetch is not fooled with a previous, incomplete fetch.Junio C Hamano2007-04-171-0/+4
* Merge branch 'maint'Junio C Hamano2007-04-051-0/+1
|\
| * Document --left-right option to rev-list.Brian Gernhardt2007-04-051-0/+1
* | make the previous optimization work also on path-limited rev-list --bisectJunio C Hamano2007-03-231-98/+151
* | rev-list --bisect: Fix "halfway" optimization.Junio C Hamano2007-03-231-6/+26
* | Merge branch 'master' into jc/bisectJunio C Hamano2007-03-231-2/+2
|\ \ | |/
| * Fix path-limited "rev-list --bisect" termination condition.Junio C Hamano2007-03-231-1/+1
* | git-rev-list --bisect: optimizationJunio C Hamano2007-03-221-2/+160
* | git-rev-list: add --bisect-vars option.Junio C Hamano2007-03-221-6/+48
|/
* Read the config in rev-listFredrik Kuivinen2007-02-181-0/+1
* Teach all of log family --left-right output.Junio C Hamano2006-12-171-6/+1
* rev-list --left-rightJunio C Hamano2006-12-171-0/+11
* git log: Unify header_filter and message_filter into one.Junio C Hamano2006-09-201-3/+1
* rev-list: fix segfault with --{author,committer,grep}Jeff King2006-09-201-1/+3
* pack-objects: further work on internal rev-list logic.Junio C Hamano2006-09-071-30/+6
* Separate object listing routines out of rev-listJunio C Hamano2006-09-071-97/+13
* Teach rev-list an option to read revs from the standard input.Junio C Hamano2006-09-051-0/+25
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-021-2/+2
* Add --relative-date option to the revision interfaceJonas Fonseca2006-08-281-1/+1
* free(NULL) is perfectly valid.Junio C Hamano2006-08-271-4/+2
* remove unnecessary initializationsDavid Rientjes2006-08-151-3/+3