| Commit message (Expand) | Author | Age | Files | Lines |
* | tests: make use of the test_must_be_empty function | Ævar Arnfjörð Bjarmason | 2018-07-30 | 1 | -2/+1 |
* | config: change default of `pager.config` to "on"ma/config-page-only-in-list-mode | Martin Ågren | 2018-02-21 | 1 | -6/+6 |
* | config: respect `pager.config` in list/get-mode only | Martin Ågren | 2018-02-21 | 1 | -5/+5 |
* | t7006: add tests for how git config paginates | Martin Ågren | 2018-02-21 | 1 | -7/+42 |
* | Merge branch 'ma/branch-list-paginate' | Junio C Hamano | 2017-11-28 | 1 | -0/+38 |
|\ |
|
| * | branch: change default of `pager.branch` to "on"ma/branch-list-paginate | Martin Ågren | 2017-11-20 | 1 | -5/+5 |
| * | branch: respect `pager.branch` in list-mode only | Martin Ågren | 2017-11-20 | 1 | -3/+3 |
| * | t7006: add tests for how git branch paginates | Martin Ågren | 2017-11-20 | 1 | -0/+38 |
* | | Merge branch 'kd/auto-col-with-pager-fix' | Junio C Hamano | 2017-11-06 | 1 | -0/+14 |
|\ \ |
|
| * | | column: show auto columns when pager is active | Kevin Daudt | 2017-10-17 | 1 | -0/+14 |
* | | | Merge branch 'jk/ui-color-always-to-auto-maint' into jk/ui-color-always-to-autojk/ui-color-always-to-auto | Junio C Hamano | 2017-10-04 | 1 | -3/+3 |
|\ \ \
| |_|/
|/| | |
|
| * | | test-terminal: set TERM=vt100 | Jeff King | 2017-10-04 | 1 | -3/+3 |
* | | | git.c: ignore pager.* when launching builtin as dashed externalma/pager-per-subcommand-action | Martin Ågren | 2017-08-03 | 1 | -1/+1 |
| |/
|/| |
|
* | | tag: change default of `pager.tag` to "on" | Martin Ågren | 2017-08-03 | 1 | -14/+14 |
* | | tag: respect `pager.tag` in list-mode only | Martin Ågren | 2017-08-03 | 1 | -1/+14 |
* | | t7006: add tests for how git tag paginates | Martin Ågren | 2017-08-03 | 1 | -0/+67 |
|/ |
|
* | alias: use the early config machinery to expand aliasesjs/alias-early-config | Johannes Schindelin | 2017-06-15 | 1 | -1/+1 |
* | t7006: demonstrate a problem with aliases in subdirectories | Johannes Schindelin | 2017-06-15 | 1 | -0/+11 |
* | read_early_config(): really discover .git/ | Johannes Schindelin | 2017-03-14 | 1 | -4/+4 |
* | t7006: replace dubious test | Johannes Schindelin | 2017-03-03 | 1 | -1/+11 |
* | pager: move pager-specific setup into the buildew/build-time-pager-tweaks | Eric Wong | 2016-08-04 | 1 | -0/+13 |
* | t/t7006-pager.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2016-01-07 | 1 | -1/+1 |
* | Merge branch 'jk/fix-alias-pager-config-key-warnings' | Junio C Hamano | 2015-08-31 | 1 | -0/+9 |
|\ |
|
| * | config: silence warnings for command names with invalid keysjk/fix-alias-pager-config-key-warnings | Jeff King | 2015-08-24 | 1 | -0/+9 |
* | | t: fix trivial &&-chain breakage | Jeff King | 2015-03-20 | 1 | -1/+1 |
|/ |
|
* | tests: use "env" to run commands with temporary env-var settingsdt/tests-with-env-not-subshell | David Tran | 2014-03-19 | 1 | -15/+3 |
* | pager test: make fake pager consume all its inputjn/pager-lv-default-env | Jonathan Nieder | 2014-01-31 | 1 | -1/+1 |
* | pager: set LV=-c alongside LESS=FRSX | Jonathan Nieder | 2014-01-07 | 1 | -0/+12 |
* | test: errors preparing for a test are not specialjn/test-cleanup-7006 | Jonathan Nieder | 2011-12-14 | 1 | -56/+17 |
* | support pager.* for external commands | Jeff King | 2011-08-19 | 1 | -0/+36 |
* | color: delay auto-color decision until point of use | Jeff King | 2011-08-19 | 1 | -0/+12 |
* | setup_pager: set GIT_PAGER_IN_USE | Jeff King | 2011-08-18 | 1 | -0/+11 |
* | t7006: use test_config helpers | Jeff King | 2011-08-18 | 1 | -21/+18 |
* | t7006: modernize calls to unset | Jeff King | 2011-08-18 | 1 | -2/+2 |
* | Merge branch 'jk/pager-per-command' | Junio C Hamano | 2010-12-08 | 1 | -0/+29 |
|\ |
|
| * | allow command-specific pagers in pager.<cmd> | Jeff King | 2010-11-17 | 1 | -0/+29 |
* | | Merge branch 'en/and-cascade-tests' | Junio C Hamano | 2010-11-24 | 1 | -5/+5 |
|\ \ |
|
| * | | Introduce sane_unset and use it to ensure proper && chaining | Elijah Newren | 2010-10-06 | 1 | -5/+5 |
| |/ |
|
* | | test_terminal: catch use without TTY prerequisite | Jonathan Nieder | 2010-10-18 | 1 | -6/+1 |
* | | tests: factor out terminal handling from t7006 | Jeff King | 2010-10-18 | 1 | -30/+1 |
|/ |
|
* | t7006 (pager): add missing TTY prerequisites | Jonathan Nieder | 2010-08-16 | 1 | -2/+2 |
* | config: run setup_git_directory_gently() sooner | Nguyễn Thái Ngọc Duy | 2010-08-15 | 1 | -0/+8 |
* | bundle: run setup_git_directory_gently() sooner | Nguyễn Thái Ngọc Duy | 2010-08-15 | 1 | -0/+33 |
* | apply: run setup_git_directory_gently() sooner | Nguyễn Thái Ngọc Duy | 2010-08-15 | 1 | -0/+3 |
* | grep: run setup_git_directory_gently() sooner | Nguyễn Thái Ngọc Duy | 2010-08-11 | 1 | -0/+13 |
* | shortlog: run setup_git_directory_gently() sooner | Nguyễn Thái Ngọc Duy | 2010-08-11 | 1 | -0/+9 |
* | Merge branch 'jn/paginate-fix' | Junio C Hamano | 2010-07-15 | 1 | -45/+196 |
|\ |
|
| * | git --paginate: paginate external commands again | Jonathan Nieder | 2010-07-14 | 1 | -12/+35 |
| * | git --paginate: do not commit pager choice too early | Nguyễn Thái Ngọc Duy | 2010-06-28 | 1 | -12/+46 |
| * | tests: local config file should be honored from subdirs of toplevel | Jonathan Nieder | 2010-06-28 | 1 | -0/+26 |