index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
README
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
test-lib: unconditionally enable leak checking
Patrick Steinhardt
2024-11-21
1
-21
/
+0
*
t/README: add missing value for GIT_TEST_DEFAULT_REF_FORMAT
Bence Ferdinandy
2024-10-11
1
-2
/
+3
*
t/test-lib: allow skipping leak checks for passing tests
Patrick Steinhardt
2024-09-05
1
-0
/
+3
*
Merge branch 'tb/incremental-midx-part-1'
Junio C Hamano
2024-08-19
1
-3
/
+3
|
\
|
*
midx: implement support for writing incremental MIDX chains
Taylor Blau
2024-08-06
1
-0
/
+4
|
*
t: retire 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP'
Taylor Blau
2024-08-06
1
-4
/
+0
*
|
Merge branch 'jk/test-body-in-here-doc'
Junio C Hamano
2024-07-17
1
-0
/
+8
|
\
\
|
*
|
test-lib: allow test snippets as here-docs
Jeff King
2024-07-10
1
-0
/
+8
|
|
/
*
/
test-lib: GIT_TEST_SANITIZE_LEAK_LOG enabled by default
Rubén Justo
2024-07-11
1
-25
/
+1
|
/
*
Merge branch 'pb/test-scripts-are-build-targets'
Junio C Hamano
2024-04-03
1
-0
/
+7
|
\
|
*
t/README: mention test files are make targets
Philippe Blain
2024-03-25
1
-0
/
+7
*
|
Merge branch 'ps/t7800-variable-interpolation-fix'
Junio C Hamano
2024-04-01
1
-0
/
+20
|
\
\
|
|
/
|
/
|
|
*
t/README: document how to loop around test cases
Patrick Steinhardt
2024-03-22
1
-0
/
+20
|
*
Merge branch 'js/update-urls-in-doc-and-comment' into maint-2.43
Junio C Hamano
2024-02-09
1
-2
/
+2
|
|
\
*
|
|
t: introduce GIT_TEST_DEFAULT_REF_FORMAT envvar
Patrick Steinhardt
2024-01-02
1
-0
/
+3
*
|
|
Merge branch 'js/update-urls-in-doc-and-comment'
Junio C Hamano
2023-12-18
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
doc: switch links to https
Josh Soref
2023-11-26
1
-2
/
+2
*
|
t/README: fix multi-prerequisite example
Štěpán Němec
2023-10-05
1
-1
/
+1
*
|
doc: fix some typos, grammar and wording issues
Štěpán Němec
2023-10-05
1
-16
/
+15
|
/
*
Merge branch 'bc/more-git-var'
Junio C Hamano
2023-07-05
1
-0
/
+6
|
\
|
*
t: add a function to check executable bit
brian m. carlson
2023-06-27
1
-0
/
+6
*
|
pack-bitmap.c: use commit boundary during bitmap traversal
Taylor Blau
2023-05-08
1
-0
/
+4
|
/
*
t: invert `GIT_TEST_WRITE_REV_INDEX`
Taylor Blau
2023-04-13
1
-1
/
+1
*
add: remove "add.interactive.useBuiltin" & Perl "git add--interactive"
Ævar Arnfjörð Bjarmason
2023-02-07
1
-4
/
+0
*
test-lib: retire "lint harder" optimization hack
Eric Sunshine
2022-09-01
1
-5
/
+0
*
test-lib: have the "check" mode for SANITIZE=leak consider leak logs
Ævar Arnfjörð Bjarmason
2022-07-28
1
-0
/
+15
*
test-lib: add a GIT_TEST_PASSING_SANITIZE_LEAK=check mode
Ævar Arnfjörð Bjarmason
2022-07-28
1
-0
/
+17
*
test-lib: simplify by removing test_external
Ævar Arnfjörð Bjarmason
2022-07-28
1
-26
/
+0
*
test-lib: add a SANITIZE=leak logging mode
Ævar Arnfjörð Bjarmason
2022-07-28
1
-0
/
+5
*
t/README: reword the "GIT_TEST_PASSING_SANITIZE_LEAK" description
Ævar Arnfjörð Bjarmason
2022-07-28
1
-6
/
+4
*
ls-files: update test style
Li Linchao
2022-07-06
1
-0
/
+55
*
Merge branch 'js/use-builtin-add-i'
Junio C Hamano
2022-05-31
1
-1
/
+1
|
\
|
*
add -i: default to the built-in implementation
Johannes Schindelin
2021-12-01
1
-1
/
+1
*
|
fsmonitor: config settings are repository-specific
Jeff Hostetler
2022-03-26
1
-2
/
+2
*
|
t/README: fix typo
Marc Strapetz
2022-01-05
1
-1
/
+1
*
|
test-lib: introduce required prereq for test runs
Fabian Stelzer
2021-11-21
1
-0
/
+6
|
/
*
Merge branch 'jt/no-abuse-alternate-odb-for-submodules'
Junio C Hamano
2021-10-26
1
-5
/
+2
|
\
|
*
submodule: trace adding submodule ODB as alternate
Jonathan Tan
2021-10-09
1
-5
/
+2
*
|
Merge branch 'ab/sanitize-leak-ci'
Junio C Hamano
2021-10-11
1
-0
/
+7
|
\
\
|
|
/
|
/
|
|
*
tests: add a test mode for SANITIZE=leak, run it in CI
Ævar Arnfjörð Bjarmason
2021-09-23
1
-0
/
+7
*
|
Merge branch 'jt/grep-wo-submodule-odb-as-alternate'
Junio C Hamano
2021-09-21
1
-0
/
+10
|
\
\
|
*
|
submodule: lazily add submodule ODBs as alternates
Jonathan Tan
2021-09-08
1
-0
/
+10
|
|
/
*
|
Merge branch 'tb/multi-pack-bitmaps'
Junio C Hamano
2021-09-21
1
-0
/
+4
|
\
\
|
*
|
midx: respect 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP'
Taylor Blau
2021-09-01
1
-0
/
+4
|
|
/
*
|
test-lib-functions: keep user's debugger config files and TERM in 'debug'
Philippe Blain
2021-09-07
1
-2
/
+4
*
|
test-lib-functions: optionally keep HOME, TERM and SHELL in 'test_pause'
Philippe Blain
2021-09-07
1
-2
/
+3
|
/
*
Merge branch 'hn/prep-tests-for-reftable'
Junio C Hamano
2021-07-14
1
-0
/
+6
|
\
|
*
test-lib: provide test prereq REFFILES
Han-Wen Nienhuys
2021-06-02
1
-0
/
+6
*
|
Merge branch 'jk/test-chainlint-softer'
Junio C Hamano
2021-05-20
1
-0
/
+5
|
\
\
|
*
|
t: avoid sed-based chain-linting in some expensive cases
Jeff King
2021-05-13
1
-0
/
+5
[next]