index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
t7006-pager.sh
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-06
t: convert grep assertions to test_grep
Michael Montalbo
1
-8
/
+8
2025-04-07
t: refactor tests depending on Perl to print data
Patrick Steinhardt
1
-4
/
+4
2025-04-07
t: introduce PERL_TEST_HELPERS prerequisite
Patrick Steinhardt
1
-1
/
+1
2024-11-21
t: remove TEST_PASSES_SANITIZE_LEAK annotations
Patrick Steinhardt
1
-1
/
+0
2024-07-08
Merge branch 'ps/leakfixes-more'
Junio C Hamano
1
-0
/
+1
2024-06-25
pager: die when paging to non-existing command
Rubén Justo
1
-12
/
+5
2024-06-11
biultin/rev-parse: fix memory leaks in `--parseopt` mode
Patrick Steinhardt
1
-0
/
+1
2021-12-10
Merge branch 'em/missing-pager'
Junio C Hamano
1
-0
/
+5
2021-11-24
pager: fix crash when pager program doesn't exist
Enzo Matsumiya
1
-0
/
+5
2021-11-22
t7006: simplify exit-code checks for sigpipe tests
Jeff King
1
-17
/
+5
2021-11-22
t7006: clean up SIGPIPE handling in trace2 tests
Jeff King
1
-28
/
+14
2021-11-22
run-command: unify signal and regular logic for wait_or_whine()
Jeff King
1
-1
/
+1
2021-02-01
pager: properly log pager exit code when signalled
Ævar Arnfjörð Bjarmason
1
-6
/
+54
2021-02-01
pager: test for exit code with and without SIGPIPE
Ævar Arnfjörð Bjarmason
1
-0
/
+82
2020-10-21
t7006: Use test_path_is_* functions in test script
Joey Salazar
1
-42
/
+42
2019-08-01
log: flip the --mailmap default unconditionally
Junio C Hamano
1
-2
/
+0
2019-07-15
tests: defang pager tests by explicitly disabling the log.mailmap warning
Ariadne Conill
1
-0
/
+2
2018-07-30
tests: make use of the test_must_be_empty function
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2018-02-21
config: change default of `pager.config` to "on"
Martin Ågren
1
-6
/
+6
2018-02-21
config: respect `pager.config` in list/get-mode only
Martin Ågren
1
-5
/
+5
2018-02-21
t7006: add tests for how git config paginates
Martin Ågren
1
-7
/
+42
2017-11-28
Merge branch 'ma/branch-list-paginate'
Junio C Hamano
1
-0
/
+38
2017-11-20
branch: change default of `pager.branch` to "on"
Martin Ågren
1
-5
/
+5
2017-11-20
branch: respect `pager.branch` in list-mode only
Martin Ågren
1
-3
/
+3
2017-11-20
t7006: add tests for how git branch paginates
Martin Ågren
1
-0
/
+38
2017-11-06
Merge branch 'kd/auto-col-with-pager-fix'
Junio C Hamano
1
-0
/
+14
2017-10-17
column: show auto columns when pager is active
Kevin Daudt
1
-0
/
+14
2017-10-04
Merge branch 'jk/ui-color-always-to-auto-maint' into jk/ui-color-always-to-auto
Junio C Hamano
1
-3
/
+3
2017-10-04
test-terminal: set TERM=vt100
Jeff King
1
-3
/
+3
2017-08-03
git.c: ignore pager.* when launching builtin as dashed external
Martin Ågren
1
-1
/
+1
2017-08-03
tag: change default of `pager.tag` to "on"
Martin Ågren
1
-14
/
+14
2017-08-03
tag: respect `pager.tag` in list-mode only
Martin Ågren
1
-1
/
+14
2017-08-03
t7006: add tests for how git tag paginates
Martin Ågren
1
-0
/
+67
2017-06-15
alias: use the early config machinery to expand aliases
Johannes Schindelin
1
-1
/
+1
2017-06-15
t7006: demonstrate a problem with aliases in subdirectories
Johannes Schindelin
1
-0
/
+11
2017-03-14
read_early_config(): really discover .git/
Johannes Schindelin
1
-4
/
+4
2017-03-03
t7006: replace dubious test
Johannes Schindelin
1
-1
/
+11
2016-08-04
pager: move pager-specific setup into the build
Eric Wong
1
-0
/
+13
2016-01-07
t/t7006-pager.sh: use the $( ... ) construct for command substitution
Elia Pinto
1
-1
/
+1
2015-08-31
Merge branch 'jk/fix-alias-pager-config-key-warnings'
Junio C Hamano
1
-0
/
+9
2015-08-24
config: silence warnings for command names with invalid keys
Jeff King
1
-0
/
+9
2015-03-20
t: fix trivial &&-chain breakage
Jeff King
1
-1
/
+1
2014-03-19
tests: use "env" to run commands with temporary env-var settings
David Tran
1
-15
/
+3
2014-01-31
pager test: make fake pager consume all its input
Jonathan Nieder
1
-1
/
+1
2014-01-07
pager: set LV=-c alongside LESS=FRSX
Jonathan Nieder
1
-0
/
+12
2011-12-14
test: errors preparing for a test are not special
Jonathan Nieder
1
-56
/
+17
2011-08-19
support pager.* for external commands
Jeff King
1
-0
/
+36
2011-08-19
color: delay auto-color decision until point of use
Jeff King
1
-0
/
+12
2011-08-18
setup_pager: set GIT_PAGER_IN_USE
Jeff King
1
-0
/
+11
2011-08-18
t7006: use test_config helpers
Jeff King
1
-21
/
+18
[next]