blob 14aa691f19c7af42c8c8b852d48630ea85e3d87b 583 bytes (raw)
name: t/t7900-maintenance.sh # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| | #!/bin/sh
test_description='git maintenance builtin'
. ./test-lib.sh
test_expect_success 'help text' '
test_expect_code 129 git maintenance -h 2>err &&
test_i18ngrep "usage: git maintenance run" err &&
test_expect_code 128 git maintenance barf 2>err &&
test_i18ngrep "invalid subcommand: barf" err
'
test_expect_success 'run [--auto]' '
GIT_TRACE2_EVENT="$(pwd)/run-no-auto.txt" git maintenance run &&
GIT_TRACE2_EVENT="$(pwd)/run-auto.txt" git maintenance run --auto &&
test_subcommand git gc <run-no-auto.txt &&
test_subcommand git gc --auto <run-auto.txt
'
test_done
|
debug log:
solving 14aa691f19 ...
found 14aa691f19 in https://public-inbox.org/git/e09e4a4a87c09c88ceacf56a3d298de7b5ad3274.1597760589.git.gitgitgadget@gmail.com/ ||
https://public-inbox.org/git/aa961af387b7f458f75ad60b9a2a45da4bb43794.1599224956.git.gitgitgadget@gmail.com/ ||
https://public-inbox.org/git/aa961af387b7f458f75ad60b9a2a45da4bb43794.1598380427.git.gitgitgadget@gmail.com/
applying [1/1] https://public-inbox.org/git/e09e4a4a87c09c88ceacf56a3d298de7b5ad3274.1597760589.git.gitgitgadget@gmail.com/
diff --git a/t/t7900-maintenance.sh b/t/t7900-maintenance.sh
new file mode 100755
index 0000000000..14aa691f19
Checking patch t/t7900-maintenance.sh...
Applied patch t/t7900-maintenance.sh cleanly.
skipping https://public-inbox.org/git/aa961af387b7f458f75ad60b9a2a45da4bb43794.1599224956.git.gitgitgadget@gmail.com/ for 14aa691f19
skipping https://public-inbox.org/git/aa961af387b7f458f75ad60b9a2a45da4bb43794.1598380427.git.gitgitgadget@gmail.com/ for 14aa691f19
index at:
100755 14aa691f19c7af42c8c8b852d48630ea85e3d87b t/t7900-maintenance.sh
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this public inbox
https://80x24.org/mirrors/git.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).