summaryrefslogtreecommitdiffstats
path: root/t/t7006-pager.sh
Commit message (Expand)AuthorAgeFilesLines
* tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason2018-07-301-2/+1
* config: change default of `pager.config` to "on"Martin Ågren2018-02-211-6/+6
* config: respect `pager.config` in list/get-mode onlyMartin Ågren2018-02-211-5/+5
* t7006: add tests for how git config paginatesMartin Ågren2018-02-211-7/+42
* Merge branch 'ma/branch-list-paginate'Junio C Hamano2017-11-281-0/+38
|\
| * branch: change default of `pager.branch` to "on"Martin Ågren2017-11-201-5/+5
| * branch: respect `pager.branch` in list-mode onlyMartin Ågren2017-11-201-3/+3
| * t7006: add tests for how git branch paginatesMartin Ågren2017-11-201-0/+38
* | Merge branch 'kd/auto-col-with-pager-fix'Junio C Hamano2017-11-061-0/+14
|\ \
| * | column: show auto columns when pager is activeKevin Daudt2017-10-171-0/+14
* | | Merge branch 'jk/ui-color-always-to-auto-maint' into jk/ui-color-always-to-autoJunio C Hamano2017-10-041-3/+3
|\ \ \ | |_|/ |/| |
| * | test-terminal: set TERM=vt100Jeff King2017-10-041-3/+3
* | | git.c: ignore pager.* when launching builtin as dashed externalMartin Ågren2017-08-031-1/+1
| |/ |/|
* | tag: change default of `pager.tag` to "on"Martin Ågren2017-08-031-14/+14
* | tag: respect `pager.tag` in list-mode onlyMartin Ågren2017-08-031-1/+14
* | t7006: add tests for how git tag paginatesMartin Ågren2017-08-031-0/+67
|/
* alias: use the early config machinery to expand aliasesJohannes Schindelin2017-06-151-1/+1
* t7006: demonstrate a problem with aliases in subdirectoriesJohannes Schindelin2017-06-151-0/+11
* read_early_config(): really discover .git/Johannes Schindelin2017-03-141-4/+4
* t7006: replace dubious testJohannes Schindelin2017-03-031-1/+11
* pager: move pager-specific setup into the buildEric 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 keysJeff 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 settingsDavid Tran2014-03-191-15/+3
* pager test: make fake pager consume all its inputJonathan 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 specialJonathan 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