index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t7006-pager.sh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
git.c: ignore pager.* when launching builtin as dashed external
Martin Ågren
2017-08-03
1
-1
/
+1
*
tag: change default of `pager.tag` to "on"
Martin Ågren
2017-08-03
1
-14
/
+14
*
tag: respect `pager.tag` in list-mode only
Martin Ågren
2017-08-03
1
-1
/
+14
*
t7006: add tests for how git tag paginates
Martin Ågren
2017-08-03
1
-0
/
+67
*
alias: use the early config machinery to expand aliases
Johannes Schindelin
2017-06-15
1
-1
/
+1
*
t7006: demonstrate a problem with aliases in subdirectories
Johannes Schindelin
2017-06-15
1
-0
/
+11
*
read_early_config(): really discover .git/
Johannes Schindelin
2017-03-14
1
-4
/
+4
*
t7006: replace dubious test
Johannes Schindelin
2017-03-03
1
-1
/
+11
*
pager: move pager-specific setup into the build
Eric Wong
2016-08-04
1
-0
/
+13
*
t/t7006-pager.sh: use the $( ... ) construct for command substitution
Elia Pinto
2016-01-07
1
-1
/
+1
*
Merge branch 'jk/fix-alias-pager-config-key-warnings'
Junio C Hamano
2015-09-01
1
-0
/
+9
|
\
|
*
config: silence warnings for command names with invalid keys
Jeff King
2015-08-24
1
-0
/
+9
*
|
t: fix trivial &&-chain breakage
Jeff King
2015-03-20
1
-1
/
+1
|
/
*
tests: use "env" to run commands with temporary env-var settings
David Tran
2014-03-19
1
-15
/
+3
*
pager test: make fake pager consume all its input
Jonathan Nieder
2014-01-31
1
-1
/
+1
*
pager: set LV=-c alongside LESS=FRSX
Jonathan Nieder
2014-01-07
1
-0
/
+12
*
test: errors preparing for a test are not special
Jonathan Nieder
2011-12-14
1
-56
/
+17
*
support pager.* for external commands
Jeff King
2011-08-20
1
-0
/
+36
*
color: delay auto-color decision until point of use
Jeff King
2011-08-20
1
-0
/
+12
*
setup_pager: set GIT_PAGER_IN_USE
Jeff King
2011-08-18
1
-0
/
+11
*
t7006: use test_config helpers
Jeff King
2011-08-18
1
-21
/
+18
*
t7006: modernize calls to unset
Jeff King
2011-08-18
1
-2
/
+2
*
Merge branch 'jk/pager-per-command'
Junio C Hamano
2010-12-08
1
-0
/
+29
|
\
|
*
allow command-specific pagers in pager.<cmd>
Jeff King
2010-11-17
1
-0
/
+29
*
|
Merge branch 'en/and-cascade-tests'
Junio C Hamano
2010-11-25
1
-5
/
+5
|
\
\
|
*
|
Introduce sane_unset and use it to ensure proper && chaining
Elijah Newren
2010-10-06
1
-5
/
+5
|
|
/
*
|
test_terminal: catch use without TTY prerequisite
Jonathan Nieder
2010-10-19
1
-6
/
+1
*
|
tests: factor out terminal handling from t7006
Jeff King
2010-10-19
1
-30
/
+1
|
/
*
t7006 (pager): add missing TTY prerequisites
Jonathan Nieder
2010-08-16
1
-2
/
+2
*
config: run setup_git_directory_gently() sooner
Nguyễn Thái Ngọc Duy
2010-08-16
1
-0
/
+8
*
bundle: run setup_git_directory_gently() sooner
Nguyễn Thái Ngọc Duy
2010-08-16
1
-0
/
+33
*
apply: run setup_git_directory_gently() sooner
Nguyễn Thái Ngọc Duy
2010-08-16
1
-0
/
+3
*
grep: run setup_git_directory_gently() sooner
Nguyễn Thái Ngọc Duy
2010-08-11
1
-0
/
+13
*
shortlog: run setup_git_directory_gently() sooner
Nguyễn Thái Ngọc Duy
2010-08-11
1
-0
/
+9
*
Merge branch 'jn/paginate-fix'
Junio C Hamano
2010-07-15
1
-45
/
+196
|
\
|
*
git --paginate: paginate external commands again
Jonathan Nieder
2010-07-15
1
-12
/
+35
|
*
git --paginate: do not commit pager choice too early
Nguyễn Thái Ngọc Duy
2010-06-28
1
-12
/
+46
|
*
tests: local config file should be honored from subdirs of toplevel
Jonathan Nieder
2010-06-28
1
-0
/
+26
|
*
t7006: test pager configuration for several git commands
Jonathan Nieder
2010-06-28
1
-52
/
+84
|
*
t7006 (pager): introduce helper for parameterized tests
Jonathan Nieder
2010-06-28
1
-18
/
+54
*
|
Merge branch 'ab/tap'
Junio C Hamano
2010-07-07
1
-1
/
+1
|
\
\
|
*
|
tests: Skip tests in a way that makes sense under TAP
Ævar Arnfjörð Bjarmason
2010-06-25
1
-1
/
+1
|
|
/
*
|
Merge branch 'jn/grep-open'
Junio C Hamano
2010-06-30
1
-12
/
+4
|
\
\
|
|
/
|
/
|
|
*
grep: Add the option '--open-files-in-pager'
Johannes Schindelin
2010-06-13
1
-12
/
+4
*
|
Merge branch 'maint'
Junio C Hamano
2010-06-22
1
-2
/
+2
|
\
\
|
*
|
tests: remove unnecessary '^' from 'expr' regular expression
Junio C Hamano
2010-06-21
1
-2
/
+2
|
|
/
*
/
t/t7006: ignore return status of shell's unset builtin
Brandon Casey
2010-06-02
1
-5
/
+5
|
/
*
t7006: guard cleanup with test_expect_success
Jonathan Nieder
2010-04-15
1
-48
/
+101
*
tests: Fix race condition in t7006-pager
Jonathan Nieder
2010-02-22
1
-6
/
+6
*
t7006-pager: if stdout is not a terminal, make a new one
Jonathan Nieder
2010-02-21
1
-11
/
+24
[next]