aboutsummaryrefslogtreecommitdiff
path: root/t/t7006-pager.sh
Commit message (Expand)AuthorAge
* pager: move pager-specific setup into the buildEric Wong2016-08-04
* t/t7006-pager.sh: use the $( ... ) construct for command substitutionElia Pinto2016-01-07
* Merge branch 'jk/fix-alias-pager-config-key-warnings'Junio C Hamano2015-08-31
|\
| * config: silence warnings for command names with invalid keysJeff King2015-08-24
* | t: fix trivial &&-chain breakageJeff King2015-03-20
|/
* tests: use "env" to run commands with temporary env-var settingsDavid Tran2014-03-19
* pager test: make fake pager consume all its inputJonathan Nieder2014-01-31
* pager: set LV=-c alongside LESS=FRSXJonathan Nieder2014-01-07
* test: errors preparing for a test are not specialJonathan Nieder2011-12-14
* support pager.* for external commandsJeff King2011-08-19
* color: delay auto-color decision until point of useJeff King2011-08-19
* setup_pager: set GIT_PAGER_IN_USEJeff King2011-08-18
* t7006: use test_config helpersJeff King2011-08-18
* t7006: modernize calls to unsetJeff King2011-08-18
* Merge branch 'jk/pager-per-command'Junio C Hamano2010-12-08
|\
| * allow command-specific pagers in pager.<cmd>Jeff King2010-11-17
* | Merge branch 'en/and-cascade-tests'Junio C Hamano2010-11-24
|\ \
| * | Introduce sane_unset and use it to ensure proper && chainingElijah Newren2010-10-06
| |/
* | test_terminal: catch use without TTY prerequisiteJonathan Nieder2010-10-18
* | tests: factor out terminal handling from t7006Jeff King2010-10-18
|/
* t7006 (pager): add missing TTY prerequisitesJonathan Nieder2010-08-16
* config: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-15
* bundle: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-15
* apply: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-15
* grep: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-11
* shortlog: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-11
* Merge branch 'jn/paginate-fix'Junio C Hamano2010-07-15
|\
| * git --paginate: paginate external commands againJonathan Nieder2010-07-14
| * git --paginate: do not commit pager choice too earlyNguyễn Thái Ngọc Duy2010-06-28
| * tests: local config file should be honored from subdirs of toplevelJonathan Nieder2010-06-28
| * t7006: test pager configuration for several git commandsJonathan Nieder2010-06-28
| * t7006 (pager): introduce helper for parameterized testsJonathan Nieder2010-06-28
* | Merge branch 'ab/tap'Junio C Hamano2010-07-07
|\ \
| * | tests: Skip tests in a way that makes sense under TAPÆvar Arnfjörð Bjarmason2010-06-25
| |/
* | Merge branch 'jn/grep-open'Junio C Hamano2010-06-30
|\ \ | |/ |/|
| * grep: Add the option '--open-files-in-pager'Johannes Schindelin2010-06-13
* | Merge branch 'maint'Junio C Hamano2010-06-22
|\ \
| * | tests: remove unnecessary '^' from 'expr' regular expressionJunio C Hamano2010-06-21
| |/
* | t/t7006: ignore return status of shell's unset builtinBrandon Casey2010-06-02
|/
* t7006: guard cleanup with test_expect_successJonathan Nieder2010-04-14
* tests: Fix race condition in t7006-pagerJonathan Nieder2010-02-22
* t7006-pager: if stdout is not a terminal, make a new oneJonathan Nieder2010-02-21
* tests: Add tests for automatic use of pagerJonathan Nieder2010-02-20