| Commit message (Expand) | Author | Age |
* | Merge branch 'jc/am-i-v-fix' | Junio C Hamano | 2016-02-24 |
|\ |
|
| * | pager: factor out a helper to prepare a child process to run the pager | Junio C Hamano | 2016-02-17 |
| * | pager: lose a separate argv[] | Junio C Hamano | 2016-02-16 |
* | | Merge branch 'ti/glibc-stdio-mutex-from-signal-handler' | Junio C Hamano | 2015-10-07 |
|\ \ |
|
| * | | pager: don't use unsafe functions in signal handlers | Takashi Iwai | 2015-09-04 |
| |/ |
|
* | | Merge branch 'jk/fix-alias-pager-config-key-warnings' | Junio C Hamano | 2015-08-31 |
|\ \
| |/
|/| |
|
| * | config: silence warnings for command names with invalid keys | Jeff King | 2015-08-24 |
* | | Merge branch 'jc/unexport-git-pager-in-use-in-pager' | Junio C Hamano | 2015-07-13 |
|\ \ |
|
| * | | pager: do not leak "GIT_PAGER_IN_USE" to the pager | Junio C Hamano | 2015-07-03 |
| |/ |
|
* | | Merge branch 'jk/decimal-width-for-uintmax' | Junio C Hamano | 2015-02-18 |
|\ \
| |/
|/| |
|
| * | decimal_width: avoid integer overflow | Jeff King | 2015-02-05 |
* | | use env_array member of struct child_process | René Scharfe | 2014-10-19 |
* | | Merge branch 'rs/child-process-init' | Junio C Hamano | 2014-09-11 |
|\ \ |
|
| * | | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 2014-08-20 |
* | | | pager.c: replace `git_config()` with `git_config_get_value()` | Tanay Abhra | 2014-08-07 |
|/ / |
|
* | | Merge branch 'je/pager-do-not-recurse' | Junio C Hamano | 2014-06-06 |
|\ \ |
|
| * | | pager: do allow spawning pager recursively | Jörn Engel | 2014-04-28 |
* | | | pager: remove 'S' from $LESS by default | Matthieu Moy | 2014-05-07 |
|/ / |
|
* | | Merge branch 'jn/pager-lv-default-env' | Junio C Hamano | 2014-01-13 |
|\ \ |
|
| * | | pager: set LV=-c alongside LESS=FRSX | Jonathan Nieder | 2014-01-07 |
| |/ |
|
* | | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 2013-12-05 |
|/ |
|
* | pager: turn on "cat" optimization for DEFAULT_PAGER | Jeff King | 2013-09-03 |
* | Move setup_diff_pager to libgit.a | Nguyễn Thái Ngọc Duy | 2012-10-29 |
* | pager: drop "wait for output to run less" hack | Jeff King | 2012-06-05 |
* | Stop starting pager recursively | Nguyễn Thái Ngọc Duy | 2012-04-27 |
* | Merge branch 'zj/decimal-width' | Junio C Hamano | 2012-02-20 |
|\ |
|
| * | make lineno_width() from blame reusable for others | Zbigniew Jędrzejewski-Szmek | 2012-02-14 |
* | | pager: find out the terminal width before spawning the pager | Zbigniew Jędrzejewski-Szmek | 2012-02-13 |
|/ |
|
* | setup_pager: set GIT_PAGER_IN_USE | Jeff King | 2011-08-18 |
* | Make 'git var GIT_PAGER' always print the configured pager | Jonathan Nieder | 2010-02-14 |
* | run-command: convert simple callsites to use_shell | Jeff King | 2010-01-05 |
* | Provide a build time default-pager setting | Junio C Hamano | 2009-11-13 |
* | Teach git var about GIT_PAGER | Jonathan Nieder | 2009-11-13 |
* | Test for WIN32 instead of __MINGW32_ | Frank Li | 2009-09-18 |
* | pager: set LESS=FRSX also on Windows | Johannes Sixt | 2009-09-11 |
* | pager: do wait_for_pager on signal death | Jeff King | 2009-01-21 |
* | Merge branch 'maint' | Junio C Hamano | 2008-12-15 |
|\ |
|
| * | pager: do not dup2 stderr if it is already redirected | Junio C Hamano | 2008-12-15 |
* | | spawn pager via run_command interface | Jeff King | 2008-07-25 |
|/ |
|
* | Windows: Make the pager work. | Johannes Sixt | 2008-06-26 |
* | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 |
* | sending errors to stdout under $PAGER | Junio C Hamano | 2008-02-17 |
* | Support GIT_PAGER_IN_USE environment variable | Jeff King | 2007-12-11 |
* | Move #include <sys/select.h> and <sys/ioctl.h> to git-compat-util.h. | Johannes Sixt | 2007-11-14 |
* | pager: find out pager setting from configuration | Junio C Hamano | 2007-08-06 |
* | Add core.pager config variable. | Brian Gernhardt | 2007-07-04 |
* | pager: Work around window resizing bug in 'less' | Linus Torvalds | 2007-02-05 |
* | pager: default to LESS=FRSX not LESS=FRS | Junio C Hamano | 2006-10-22 |
* | pager: default to LESS=FRS | Junio C Hamano | 2006-10-20 |
* | pager: environment variable GIT_PAGER to override PAGER | Matthias Lederhofer | 2006-07-31 |