summaryrefslogtreecommitdiff
path: root/t/t7006-pager.sh
Commit message (Expand)AuthorAgeFilesLines
* pager: move pager-specific setup into the buildew/build-time-pager-tweaksEric Wong2016-08-041-0/+13
* t/t7006-pager.sh: use the $( ... ) construct for command substitutionElia Pinto2016-01-071-1/+1
* Merge branch 'jk/fix-alias-pager-config-key-warnings'Junio C Hamano2015-08-311-0/+9
|\
| * config: silence warnings for command names with invalid keysjk/fix-alias-pager-config-key-warningsJeff King2015-08-241-0/+9
* | t: fix trivial &&-chain breakageJeff King2015-03-201-1/+1
|/
* tests: use "env" to run commands with temporary env-var settingsdt/tests-with-env-not-subshellDavid Tran2014-03-191-15/+3
* pager test: make fake pager consume all its inputjn/pager-lv-default-envJonathan Nieder2014-01-311-1/+1
* pager: set LV=-c alongside LESS=FRSXJonathan Nieder2014-01-071-0/+12
* test: errors preparing for a test are not specialjn/test-cleanup-7006Jonathan Nieder2011-12-141-56/+17
* support pager.* for external commandsJeff King2011-08-191-0/+36
* color: delay auto-color decision until point of useJeff King2011-08-191-0/+12
* setup_pager: set GIT_PAGER_IN_USEJeff King2011-08-181-0/+11
* t7006: use test_config helpersJeff King2011-08-181-21/+18
* t7006: modernize calls to unsetJeff King2011-08-181-2/+2
* Merge branch 'jk/pager-per-command'Junio C Hamano2010-12-081-0/+29
|\
| * allow command-specific pagers in pager.<cmd>Jeff King2010-11-171-0/+29
* | Merge branch 'en/and-cascade-tests'Junio C Hamano2010-11-241-5/+5
|\ \
| * | Introduce sane_unset and use it to ensure proper && chainingElijah Newren2010-10-061-5/+5
| |/
* | test_terminal: catch use without TTY prerequisiteJonathan Nieder2010-10-181-6/+1
* | tests: factor out terminal handling from t7006Jeff King2010-10-181-30/+1
|/
* t7006 (pager): add missing TTY prerequisitesJonathan Nieder2010-08-161-2/+2
* config: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-151-0/+8
* bundle: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-151-0/+33
* apply: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-151-0/+3
* grep: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-111-0/+13
* shortlog: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-111-0/+9
* Merge branch 'jn/paginate-fix'Junio C Hamano2010-07-151-45/+196
|\
| * git --paginate: paginate external commands againJonathan Nieder2010-07-141-12/+35
| * git --paginate: do not commit pager choice too earlyNguyễn Thái Ngọc Duy2010-06-281-12/+46
| * tests: local config file should be honored from subdirs of toplevelJonathan Nieder2010-06-281-0/+26
| * t7006: test pager configuration for several git commandsJonathan Nieder2010-06-281-52/+84
| * t7006 (pager): introduce helper for parameterized testsJonathan Nieder2010-06-281-18/+54
* | Merge branch 'ab/tap'Junio C Hamano2010-07-071-1/+1
|\ \
| * | tests: Skip tests in a way that makes sense under TAPÆvar Arnfjörð Bjarmason2010-06-251-1/+1
| |/
* | Merge branch 'jn/grep-open'Junio C Hamano2010-06-301-12/+4
|\ \ | |/ |/|
| * grep: Add the option '--open-files-in-pager'Johannes Schindelin2010-06-131-12/+4
* | Merge branch 'maint'Junio C Hamano2010-06-221-2/+2
|\ \
| * | tests: remove unnecessary '^' from 'expr' regular expressionJunio C Hamano2010-06-211-2/+2
| |/
* | t/t7006: ignore return status of shell's unset builtinBrandon Casey2010-06-021-5/+5
|/
* t7006: guard cleanup with test_expect_successJonathan Nieder2010-04-141-48/+101
* tests: Fix race condition in t7006-pagerJonathan Nieder2010-02-221-6/+6
* t7006-pager: if stdout is not a terminal, make a new oneJonathan Nieder2010-02-211-11/+24
* tests: Add tests for automatic use of pagerJonathan Nieder2010-02-201-0/+163