Age | Commit message (Expand) | Author | Files | Lines |
2017-08-03 | git.c: ignore pager.* when launching builtin as dashed external | Martin Ågren | 1 | -1/+1 |
2017-08-03 | tag: change default of `pager.tag` to "on" | Martin Ågren | 1 | -14/+14 |
2017-08-03 | tag: respect `pager.tag` in list-mode only | Martin Ågren | 1 | -1/+14 |
2017-08-03 | t7006: add tests for how git tag paginates | Martin Ågren | 1 | -0/+67 |
2017-06-15 | alias: use the early config machinery to expand aliases | Johannes Schindelin | 1 | -1/+1 |
2017-06-15 | t7006: demonstrate a problem with aliases in subdirectories | Johannes Schindelin | 1 | -0/+11 |
2017-03-14 | read_early_config(): really discover .git/ | Johannes Schindelin | 1 | -4/+4 |
2017-03-03 | t7006: replace dubious test | Johannes Schindelin | 1 | -1/+11 |
2016-08-04 | pager: move pager-specific setup into the build | Eric Wong | 1 | -0/+13 |
2016-01-07 | t/t7006-pager.sh: use the $( ... ) construct for command substitution | Elia Pinto | 1 | -1/+1 |
2015-08-31 | Merge branch 'jk/fix-alias-pager-config-key-warnings' | Junio C Hamano | 1 | -0/+9 |
2015-08-24 | config: silence warnings for command names with invalid keys | Jeff King | 1 | -0/+9 |
2015-03-20 | t: fix trivial &&-chain breakage | Jeff King | 1 | -1/+1 |
2014-03-19 | tests: use "env" to run commands with temporary env-var settings | David Tran | 1 | -15/+3 |
2014-01-31 | pager test: make fake pager consume all its input | Jonathan Nieder | 1 | -1/+1 |
2014-01-07 | pager: set LV=-c alongside LESS=FRSX | Jonathan Nieder | 1 | -0/+12 |
2011-12-14 | test: errors preparing for a test are not special | Jonathan Nieder | 1 | -56/+17 |
2011-08-19 | support pager.* for external commands | Jeff King | 1 | -0/+36 |
2011-08-19 | color: delay auto-color decision until point of use | Jeff King | 1 | -0/+12 |
2011-08-18 | setup_pager: set GIT_PAGER_IN_USE | Jeff King | 1 | -0/+11 |
2011-08-18 | t7006: use test_config helpers | Jeff King | 1 | -21/+18 |
2011-08-18 | t7006: modernize calls to unset | Jeff King | 1 | -2/+2 |
2010-12-08 | Merge branch 'jk/pager-per-command' | Junio C Hamano | 1 | -0/+29 |
2010-11-24 | Merge branch 'en/and-cascade-tests' | Junio C Hamano | 1 | -5/+5 |
2010-11-17 | allow command-specific pagers in pager.<cmd> | Jeff King | 1 | -0/+29 |
2010-10-18 | test_terminal: catch use without TTY prerequisite | Jonathan Nieder | 1 | -6/+1 |
2010-10-18 | tests: factor out terminal handling from t7006 | Jeff King | 1 | -30/+1 |
2010-10-06 | Introduce sane_unset and use it to ensure proper && chaining | Elijah Newren | 1 | -5/+5 |
2010-08-16 | t7006 (pager): add missing TTY prerequisites | Jonathan Nieder | 1 | -2/+2 |
2010-08-15 | config: run setup_git_directory_gently() sooner | Nguyễn Thái Ngọc Duy | 1 | -0/+8 |
2010-08-15 | bundle: run setup_git_directory_gently() sooner | Nguyễn Thái Ngọc Duy | 1 | -0/+33 |
2010-08-15 | apply: run setup_git_directory_gently() sooner | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
2010-08-11 | grep: run setup_git_directory_gently() sooner | Nguyễn Thái Ngọc Duy | 1 | -0/+13 |
2010-08-11 | shortlog: run setup_git_directory_gently() sooner | Nguyễn Thái Ngọc Duy | 1 | -0/+9 |
2010-07-15 | Merge branch 'jn/paginate-fix' | Junio C Hamano | 1 | -45/+196 |
2010-07-14 | git --paginate: paginate external commands again | Jonathan Nieder | 1 | -12/+35 |
2010-07-07 | Merge branch 'ab/tap' | Junio C Hamano | 1 | -1/+1 |
2010-06-30 | Merge branch 'jn/grep-open' | Junio C Hamano | 1 | -12/+4 |
2010-06-28 | git --paginate: do not commit pager choice too early | Nguyễn Thái Ngọc Duy | 1 | -12/+46 |
2010-06-28 | tests: local config file should be honored from subdirs of toplevel | Jonathan Nieder | 1 | -0/+26 |
2010-06-28 | t7006: test pager configuration for several git commands | Jonathan Nieder | 1 | -52/+84 |
2010-06-28 | t7006 (pager): introduce helper for parameterized tests | Jonathan Nieder | 1 | -18/+54 |
2010-06-25 | tests: Skip tests in a way that makes sense under TAP | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2010-06-22 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+2 |
2010-06-21 | tests: remove unnecessary '^' from 'expr' regular expression | Junio C Hamano | 1 | -2/+2 |
2010-06-13 | grep: Add the option '--open-files-in-pager' | Johannes Schindelin | 1 | -12/+4 |
2010-06-02 | t/t7006: ignore return status of shell's unset builtin | Brandon Casey | 1 | -5/+5 |
2010-04-14 | t7006: guard cleanup with test_expect_success | Jonathan Nieder | 1 | -48/+101 |
2010-02-22 | tests: Fix race condition in t7006-pager | Jonathan Nieder | 1 | -6/+6 |
2010-02-21 | t7006-pager: if stdout is not a terminal, make a new one | Jonathan Nieder | 1 | -11/+24 |