index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
test-lib-functions.sh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ab/leak-check'
Junio C Hamano
2022-08-12
1
-88
/
+1
|
\
|
*
test-lib: simplify by removing test_external
Ævar Arnfjörð Bjarmason
2022-07-28
1
-88
/
+1
*
|
t: avoid "whitelist"
Derrick Stolee
2022-07-19
1
-2
/
+1
|
/
*
Merge branch 'js/ci-github-workflow-markup'
Junio C Hamano
2022-06-07
1
-2
/
+4
|
\
|
*
ci(github): avoid printing test case preamble twice
Victoria Dye
2022-05-22
1
-0
/
+2
|
*
ci: optionally mark up output in the GitHub workflow
Johannes Schindelin
2022-05-22
1
-2
/
+2
*
|
Merge branch 'ns/batch-fsync'
Junio C Hamano
2022-06-03
1
-0
/
+10
|
\
\
|
|
/
|
/
|
|
*
test-lib-functions: add parsing helpers for ls-files and ls-tree
Neeraj Singh
2022-04-06
1
-0
/
+10
*
|
Merge branch 'ds/t7700-kept-pack-test'
Junio C Hamano
2022-04-04
1
-34
/
+0
|
\
\
|
*
|
test-lib-functions: remove test_subcommand_inexact
Derrick Stolee
2022-03-25
1
-34
/
+0
|
|
/
*
|
Merge branch 'ab/reflog-parse-options'
Junio C Hamano
2022-04-04
1
-1
/
+1
|
\
\
|
*
|
reflog: convert to parse_options() API
Ævar Arnfjörð Bjarmason
2022-03-23
1
-1
/
+1
|
|
/
*
|
tests: extend "test_hook" for "rm" and "chmod -x", convert "$HOOK"
Ævar Arnfjörð Bjarmason
2022-03-17
1
-0
/
+24
*
|
test-lib-functions: add and use a "test_hook" wrapper
Ævar Arnfjörð Bjarmason
2022-03-17
1
-0
/
+52
|
/
*
tests: allow testing if a path is truly a file or a directory
COGONI Guillaume
2022-02-24
1
-0
/
+29
*
Merge branch 'ms/update-index-racy'
Junio C Hamano
2022-02-05
1
-0
/
+33
|
\
|
*
test-lib: introduce API for verifying file mtime
Marc Strapetz
2022-01-07
1
-0
/
+33
*
|
Merge branch 'ds/repack-fixlets'
Junio C Hamano
2022-01-05
1
-0
/
+34
|
\
\
|
|
/
|
/
|
|
*
repack: respect kept objects with '--write-midx -b'
Derrick Stolee
2021-12-20
1
-0
/
+34
*
|
test-lib: introduce required prereq for test runs
Fabian Stelzer
2021-11-21
1
-0
/
+11
|
/
*
test-lib-functions: keep user's debugger config files and TERM in 'debug'
Philippe Blain
2021-09-07
1
-14
/
+46
*
test-lib-functions: optionally keep HOME, TERM and SHELL in 'test_pause'
Philippe Blain
2021-09-07
1
-1
/
+46
*
test-lib-functions: use 'TEST_SHELL_PATH' in 'test_pause'
Philippe Blain
2021-09-07
1
-1
/
+1
*
Merge branch 'ab/pkt-line-tests'
Junio C Hamano
2021-07-28
1
-30
/
+8
|
\
|
*
test-lib-functions: use test-tool for [de]packetize()
Ævar Arnfjörð Bjarmason
2021-07-19
1
-30
/
+8
*
|
Merge branch 'dd/test-stdout-count-lines'
Junio C Hamano
2021-07-17
1
-0
/
+26
|
\
\
|
*
|
test-lib-functions: introduce test_stdout_line_count
Đoàn Trần Công Danh
2021-07-06
1
-0
/
+26
*
|
|
Merge branch 'jk/test-without-readlink-1'
Junio C Hamano
2021-07-08
1
-0
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
t: use portable wrapper for readlink(1)
Jeff King
2021-06-19
1
-0
/
+6
|
|
/
*
|
Merge branch 'ab/test-lib-updates'
Junio C Hamano
2021-06-14
1
-23
/
+39
|
\
\
|
|
/
|
/
|
|
*
test-lib: split up and deprecate test_create_repo()
Ævar Arnfjörð Bjarmason
2021-05-11
1
-13
/
+2
|
*
test-lib: do not show advice about init.defaultBranch under --verbose
Ævar Arnfjörð Bjarmason
2021-05-11
1
-1
/
+0
|
*
test-lib: reformat argument list in test_create_repo()
Ævar Arnfjörð Bjarmason
2021-05-11
1
-2
/
+2
|
*
test-lib functions: add --printf option to test_commit
Ævar Arnfjörð Bjarmason
2021-05-11
1
-2
/
+12
|
*
test-lib functions: add an --annotated option to "test_commit"
Ævar Arnfjörð Bjarmason
2021-05-11
1
-5
/
+22
|
*
test-lib-functions: document test_commit --no-tag
Ævar Arnfjörð Bjarmason
2021-05-11
1
-0
/
+2
|
*
test-lib-functions: reword "test_commit --append" docs
Ævar Arnfjörð Bjarmason
2021-05-11
1
-2
/
+1
*
|
tests: remove all uses of test_i18cmp
Ævar Arnfjörð Bjarmason
2021-04-13
1
-7
/
+0
|
/
*
Merge branch 'jk/rev-list-disk-usage'
Junio C Hamano
2021-02-26
1
-1
/
+8
|
\
|
*
t: add --no-tag option to test_commit
Jeff King
2021-02-09
1
-1
/
+8
*
|
Merge branch 'ab/test-lib'
Junio C Hamano
2021-02-23
1
-46
/
+16
|
\
\
|
*
|
test-lib-functions: assert correct parameter count
Ævar Arnfjörð Bjarmason
2021-02-12
1
-0
/
+8
|
*
|
test-lib-functions: remove bug-inducing "diagnostics" helper param
Ævar Arnfjörð Bjarmason
2021-02-12
1
-5
/
+6
|
*
|
test-lib-functions: move function to lib-bitmap.sh
Ævar Arnfjörð Bjarmason
2021-02-10
1
-27
/
+0
|
*
|
test-lib-functions: remove generate_zero_bytes() wrapper
Ævar Arnfjörð Bjarmason
2021-02-10
1
-7
/
+0
|
*
|
test-lib-functions: move test_set_index_version() to its user
Ævar Arnfjörð Bjarmason
2021-02-10
1
-5
/
+0
|
*
|
test lib: change "error" to "BUG" as appropriate
Ævar Arnfjörð Bjarmason
2021-02-10
1
-2
/
+2
|
|
/
*
|
Merge branch 'ak/corrected-commit-date'
Junio C Hamano
2021-02-18
1
-0
/
+6
|
\
\
|
*
|
commit-graph: implement generation data chunk
Abhishek Kumar
2021-01-19
1
-0
/
+6
*
|
|
Merge branch 'ab/detox-gettext-tests'
Junio C Hamano
2021-02-10
1
-16
/
+7
|
\
\
\
[next]