| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-07-28 | strvec: convert remaining callers away from argv_array name | Jeff King | 1 | -4/+4 |
| 2019-06-24 | pager: add a helper function to clear the last line in the terminal | SZEDER Gábor | 1 | -0/+20 |
| 2019-02-22 | trace2:data: add editor/pager child classification | Jeff Hostetler | 1 | -0/+1 |
| 2018-06-01 | Merge branch 'nd/command-list' | Junio C Hamano | 1 | -0/+1 |
| 2018-05-21 | Move declaration for alias.c to alias.h | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-05-13 | pager: set COLUMNS to term_columns() | Jeff King | 1 | -3/+8 |
| 2017-08-22 | Merge branch 'ma/parse-maybe-bool' | Junio C Hamano | 1 | -1/+1 |
| 2017-08-07 | treewide: deprecate git_config_maybe_bool, use git_parse_maybe_bool | Martin Ågren | 1 | -1/+1 |
| 2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
| 2017-03-28 | Merge branch 'jk/pager-in-use' | Junio C Hamano | 1 | -3/+1 |
| 2017-03-24 | pager_in_use: use git_env_bool() | Jeff King | 1 | -3/+1 |
| 2017-03-14 | setup: make read_early_config() reusable | Johannes Schindelin | 1 | -31/+0 |
| 2016-09-21 | Merge branch 'jk/setup-sequence-update' | Junio C Hamano | 1 | -20/+73 |
| 2016-09-13 | pager: handle early config | Jeff King | 1 | -2/+33 |
| 2016-09-13 | pager: use callbacks instead of configset | Jeff King | 1 | -14/+33 |
| 2016-09-13 | pager: make pager_program a file-local static | Jeff King | 1 | -0/+1 |
| 2016-09-13 | pager: stop loading git_default_config() | Jeff King | 1 | -1/+8 |
| 2016-09-13 | pager: remove obsolete comment | Jeff King | 1 | -5/+0 |
| 2016-08-04 | pager: move pager-specific setup into the build | Eric Wong | 1 | -4/+28 |
| 2016-02-24 | Merge branch 'jc/am-i-v-fix' | Junio C Hamano | 1 | -8/+11 |
| 2016-02-17 | pager: factor out a helper to prepare a child process to run the pager | Junio C Hamano | 1 | -6/+11 |
| 2016-02-16 | pager: lose a separate argv[] | Junio C Hamano | 1 | -3/+1 |
| 2015-10-07 | Merge branch 'ti/glibc-stdio-mutex-from-signal-handler' | Junio C Hamano | 1 | -6/+16 |
| 2015-09-04 | pager: don't use unsafe functions in signal handlers | Takashi Iwai | 1 | -6/+16 |
| 2015-08-31 | Merge branch 'jk/fix-alias-pager-config-key-warnings' | Junio C Hamano | 1 | -1/+2 |
| 2015-08-24 | config: silence warnings for command names with invalid keys | Jeff King | 1 | -1/+2 |
| 2015-07-13 | Merge branch 'jc/unexport-git-pager-in-use-in-pager' | Junio C Hamano | 1 | -0/+1 |
| 2015-07-03 | pager: do not leak "GIT_PAGER_IN_USE" to the pager | Junio C Hamano | 1 | -0/+1 |
| 2015-02-18 | Merge branch 'jk/decimal-width-for-uintmax' | Junio C Hamano | 1 | -4/+4 |
| 2015-02-05 | decimal_width: avoid integer overflow | Jeff King | 1 | -4/+4 |
| 2014-10-19 | use env_array member of struct child_process | René Scharfe | 1 | -11/+4 |
| 2014-09-11 | Merge branch 'rs/child-process-init' | Junio C Hamano | 1 | -1/+1 |
| 2014-08-20 | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 1 | -1/+1 |
| 2014-08-07 | pager.c: replace `git_config()` with `git_config_get_value()` | Tanay Abhra | 1 | -27/+13 |
| 2014-06-06 | Merge branch 'je/pager-do-not-recurse' | Junio C Hamano | 1 | -1/+1 |
| 2014-05-07 | pager: remove 'S' from $LESS by default | Matthieu Moy | 1 | -1/+1 |
| 2014-04-28 | pager: do allow spawning pager recursively | Jörn Engel | 1 | -1/+1 |
| 2014-01-13 | Merge branch 'jn/pager-lv-default-env' | Junio C Hamano | 1 | -2/+9 |
| 2014-01-07 | pager: set LV=-c alongside LESS=FRSX | Jonathan Nieder | 1 | -2/+9 |
| 2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -1/+1 |
| 2013-09-03 | pager: turn on "cat" optimization for DEFAULT_PAGER | Jeff King | 1 | -1/+1 |
| 2012-10-29 | Move setup_diff_pager to libgit.a | Nguyễn Thái Ngọc Duy | 1 | -0/+34 |
| 2012-06-05 | pager: drop "wait for output to run less" hack | Jeff King | 1 | -18/+0 |
| 2012-04-27 | Stop starting pager recursively | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2012-02-20 | Merge branch 'zj/decimal-width' | Junio C Hamano | 1 | -0/+12 |
| 2012-02-14 | make lineno_width() from blame reusable for others | Zbigniew Jędrzejewski-Szmek | 1 | -0/+12 |
| 2012-02-13 | pager: find out the terminal width before spawning the pager | Zbigniew Jędrzejewski-Szmek | 1 | -0/+37 |
| 2011-08-18 | setup_pager: set GIT_PAGER_IN_USE | Jeff King | 1 | -7/+1 |
| 2010-02-14 | Make 'git var GIT_PAGER' always print the configured pager | Jonathan Nieder | 1 | -3/+3 |
| 2010-01-05 | run-command: convert simple callsites to use_shell | Jeff King | 1 | -2/+3 |
| 2009-11-13 | Provide a build time default-pager setting | Junio C Hamano | 1 | -1/+5 |
| 2009-11-13 | Teach git var about GIT_PAGER | Jonathan Nieder | 1 | -3/+15 |
| 2009-09-18 | Test for WIN32 instead of __MINGW32_ | Frank Li | 1 | -2/+2 |
| 2009-09-11 | pager: set LESS=FRSX also on Windows | Johannes Sixt | 1 | -2/+4 |
| 2009-01-21 | pager: do wait_for_pager on signal death | Jeff King | 1 | -0/+9 |
| 2008-12-15 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+2 |
| 2008-12-15 | pager: do not dup2 stderr if it is already redirected | Junio C Hamano | 1 | -1/+2 |
| 2008-07-25 | spawn pager via run_command interface | Jeff King | 1 | -44/+11 |
| 2008-06-26 | Windows: Make the pager work. | Johannes Sixt | 1 | -2/+38 |
| 2008-05-14 | Provide git_config with a callback-data parameter | Johannes Schindelin | 1 | -1/+1 |
| 2008-02-17 | sending errors to stdout under $PAGER | Junio C Hamano | 1 | -0/+1 |
| 2007-12-11 | Support GIT_PAGER_IN_USE environment variable | Jeff King | 1 | -1/+14 |
| 2007-11-14 | Move #include <sys/select.h> and <sys/ioctl.h> to git-compat-util.h. | Johannes Sixt | 1 | -2/+0 |
| 2007-08-06 | pager: find out pager setting from configuration | Junio C Hamano | 1 | -1/+4 |
| 2007-07-04 | Add core.pager config variable. | Brian Gernhardt | 1 | -0/+2 |
| 2007-02-05 | pager: Work around window resizing bug in 'less' | Linus Torvalds | 1 | -0/+12 |
| 2006-10-22 | pager: default to LESS=FRSX not LESS=FRS | Junio C Hamano | 1 | -1/+1 |
| 2006-10-20 | pager: default to LESS=FRS | Junio C Hamano | 1 | -1/+1 |
| 2006-07-31 | pager: environment variable GIT_PAGER to override PAGER | Matthias Lederhofer | 1 | -1/+3 |
| 2006-07-10 | Fix linking for not-so-clever linkers. | Johannes Schindelin | 1 | -2/+0 |
| 2006-07-09 | "git -p cmd" to page anywhere | Junio C Hamano | 1 | -0/+4 |
| 2006-06-17 | diff options: add --color | Johannes Schindelin | 1 | -1/+1 |
| 2006-04-21 | Merge branch 'fix' | Junio C Hamano | 1 | -0/+2 |
| 2006-04-21 | git-log produces no output | Linus Torvalds | 1 | -0/+2 |
| 2006-04-16 | Do not fork PAGER=cat | Junio C Hamano | 1 | -1/+1 |
| 2006-04-16 | pager: do not fork a pager if PAGER is set to empty. | Johannes Schindelin | 1 | -7/+10 |
| 2006-02-28 | Introduce trivial new pager.c helper infrastructure | Linus Torvalds | 1 | -0/+48 |