62 Commits (e6be8e2f9f87fbd6a4f58ac3cda4558563833088)

Author SHA1 Message Date
Martin Ågren c0e9f5be87 config: change default of `pager.config` to "on" 7 years ago
Martin Ågren 32888b8fd5 config: respect `pager.config` in list/get-mode only 7 years ago
Martin Ågren cd878a206e t7006: add tests for how git config paginates 7 years ago
Martin Ågren 0ae19de74f branch: change default of `pager.branch` to "on" 7 years ago
Martin Ågren d74b541e0b branch: respect `pager.branch` in list-mode only 7 years ago
Martin Ågren ed104fa9e1 t7006: add tests for how git branch paginates 7 years ago
Kevin Daudt b2d3fd287b column: show auto columns when pager is active 7 years ago
Jeff King e433749d86 test-terminal: set TERM=vt100 7 years ago
Martin Ågren 595d59e2b5 git.c: ignore pager.* when launching builtin as dashed external 8 years ago
Martin Ågren ff1e72483f tag: change default of `pager.tag` to "on" 8 years ago
Martin Ågren de121ffe57 tag: respect `pager.tag` in list-mode only 8 years ago
Martin Ågren b3ee740c82 t7006: add tests for how git tag paginates 8 years ago
Johannes Schindelin a9bcf6586d alias: use the early config machinery to expand aliases 8 years ago
Johannes Schindelin 3f9c5dfb71 t7006: demonstrate a problem with aliases in subdirectories 8 years ago
Johannes Schindelin 1a27409ae8 read_early_config(): really discover .git/ 8 years ago
Johannes Schindelin 551d535d72 t7006: replace dubious test 8 years ago
Eric Wong 995bc22d7f pager: move pager-specific setup into the build 9 years ago
Elia Pinto 90ae5d2716 t/t7006-pager.sh: use the $( ... ) construct for command substitution 9 years ago
Jeff King 9e9de18f1a config: silence warnings for command names with invalid keys 10 years ago
Jeff King 99094a7ad4 t: fix trivial &&-chain breakage 10 years ago
David Tran 512477b175 tests: use "env" to run commands with temporary env-var settings 11 years ago
Jonathan Nieder 52c02f658e pager test: make fake pager consume all its input 11 years ago
Jonathan Nieder e54c1f2d25 pager: set LV=-c alongside LESS=FRSX 11 years ago
Jonathan Nieder 0d16451943 test: errors preparing for a test are not special 13 years ago
Jeff King 92058e4d3e support pager.* for external commands 14 years ago
Jeff King daa0c3d971 color: delay auto-color decision until point of use 14 years ago
Jeff King 2e6c012e10 setup_pager: set GIT_PAGER_IN_USE 14 years ago
Jeff King 8d68a6d593 t7006: use test_config helpers 14 years ago
Jeff King 212ad94420 t7006: modernize calls to unset 14 years ago
Jeff King 9bad723369 allow command-specific pagers in pager.<cmd> 14 years ago
Jonathan Nieder 996621eb4d test_terminal: catch use without TTY prerequisite 15 years ago
Jeff King cc4e48fc1e tests: factor out terminal handling from t7006 15 years ago
Elijah Newren 00648ba050 Introduce sane_unset and use it to ensure proper && chaining 15 years ago
Jonathan Nieder 41bf3bc232 t7006 (pager): add missing TTY prerequisites 15 years ago
Nguyễn Thái Ngọc Duy 3ba7e6e29a config: run setup_git_directory_gently() sooner 15 years ago
Nguyễn Thái Ngọc Duy 2cb60093e6 bundle: run setup_git_directory_gently() sooner 15 years ago
Nguyễn Thái Ngọc Duy d1ea896290 apply: run setup_git_directory_gently() sooner 15 years ago
Nguyễn Thái Ngọc Duy ff38d1a995 grep: run setup_git_directory_gently() sooner 15 years ago
Nguyễn Thái Ngọc Duy 773b69bf71 shortlog: run setup_git_directory_gently() sooner 15 years ago
Jonathan Nieder 030149a4dc git --paginate: paginate external commands again 15 years ago
Nguyễn Thái Ngọc Duy 73e25e7cc8 git --paginate: do not commit pager choice too early 15 years ago
Jonathan Nieder bce2c9ae9f tests: local config file should be honored from subdirs of toplevel 15 years ago
Jonathan Nieder 8f81449e88 t7006: test pager configuration for several git commands 15 years ago
Jonathan Nieder 3c7406d4b5 t7006 (pager): introduce helper for parameterized tests 15 years ago
Ævar Arnfjörð Bjarmason fadb5156e4 tests: Skip tests in a way that makes sense under TAP 15 years ago
Junio C Hamano e0ae1e6f4d tests: remove unnecessary '^' from 'expr' regular expression 15 years ago
Johannes Schindelin 678e484b7d grep: Add the option '--open-files-in-pager' 15 years ago
Brandon Casey c289c315c2 t/t7006: ignore return status of shell's unset builtin 15 years ago
Jonathan Nieder fdf1bc48ca t7006: guard cleanup with test_expect_success 15 years ago
Jonathan Nieder 8c33b4cf67 tests: Fix race condition in t7006-pager 15 years ago