aboutsummaryrefslogtreecommitdiff
path: root/t/t7006-pager.sh
Commit message (Expand)AuthorAge
* Merge branch 'ma/branch-list-paginate'Junio C Hamano2017-11-28
|\
| * branch: change default of `pager.branch` to "on"Martin Ågren2017-11-20
| * branch: respect `pager.branch` in list-mode onlyMartin Ågren2017-11-20
| * t7006: add tests for how git branch paginatesMartin Ågren2017-11-20
* | Merge branch 'kd/auto-col-with-pager-fix'Junio C Hamano2017-11-06
|\ \
| * | column: show auto columns when pager is activeKevin Daudt2017-10-17
* | | Merge branch 'jk/ui-color-always-to-auto-maint' into jk/ui-color-always-to-autoJunio C Hamano2017-10-04
|\ \ \ | |_|/ |/| |
| * | test-terminal: set TERM=vt100Jeff King2017-10-04
* | | git.c: ignore pager.* when launching builtin as dashed externalMartin Ågren2017-08-03
| |/ |/|
* | tag: change default of `pager.tag` to "on"Martin Ågren2017-08-03
* | tag: respect `pager.tag` in list-mode onlyMartin Ågren2017-08-03
* | t7006: add tests for how git tag paginatesMartin Ågren2017-08-03
|/
* alias: use the early config machinery to expand aliasesJohannes Schindelin2017-06-15
* t7006: demonstrate a problem with aliases in subdirectoriesJohannes Schindelin2017-06-15
* read_early_config(): really discover .git/Johannes Schindelin2017-03-14
* t7006: replace dubious testJohannes Schindelin2017-03-03
* 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
| |/