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