aboutsummaryrefslogtreecommitdiff
path: root/builtin-rev-list.c
Commit message (Expand)AuthorAge
* 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
* Make sure quickfetch is not fooled with a previous, incomplete fetch.Junio C Hamano2007-04-17
* Merge branch 'maint'Junio C Hamano2007-04-05
|\
| * Document --left-right option to rev-list.Brian Gernhardt2007-04-05
* | make the previous optimization work also on path-limited rev-list --bisectJunio C Hamano2007-03-23
* | rev-list --bisect: Fix "halfway" optimization.Junio C Hamano2007-03-23
* | Merge branch 'master' into jc/bisectJunio C Hamano2007-03-23
|\ \ | |/
| * Fix path-limited "rev-list --bisect" termination condition.Junio C Hamano2007-03-23
* | git-rev-list --bisect: optimizationJunio C Hamano2007-03-22
* | git-rev-list: add --bisect-vars option.Junio C Hamano2007-03-22
|/
* Read the config in rev-listFredrik Kuivinen2007-02-18
* Teach all of log family --left-right output.Junio C Hamano2006-12-17
* rev-list --left-rightJunio C Hamano2006-12-17
* git log: Unify header_filter and message_filter into one.Junio C Hamano2006-09-20
* rev-list: fix segfault with --{author,committer,grep}Jeff King2006-09-20
* pack-objects: further work on internal rev-list logic.Junio C Hamano2006-09-07
* Separate object listing routines out of rev-listJunio C Hamano2006-09-07
* Teach rev-list an option to read revs from the standard input.Junio C Hamano2006-09-05
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-02
* Add --relative-date option to the revision interfaceJonas Fonseca2006-08-28
* free(NULL) is perfectly valid.Junio C Hamano2006-08-27
* remove unnecessary initializationsDavid Rientjes2006-08-15
* Call setup_git_directory() much earlierLinus Torvalds2006-07-29
* Call setup_git_directory() earlyLinus Torvalds2006-07-28
* Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-12
* Add "named object array" conceptLinus Torvalds2006-06-19
* Some more memory leak avoidanceLinus Torvalds2006-06-17
* Shrink "struct object" a bitLinus Torvalds2006-06-17
* rev-list: fix process_tree() conversion.Linus Torvalds2006-06-05
* tree_entry(): new tree-walking helper functionLinus Torvalds2006-05-30