blob c2f0b1d0c0d9c4f03ca216063df6c126d31c180b 677 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
22
23
| | #!/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_code 129 git maintenance 2>err &&
test_i18ngrep "usage: git maintenance" 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 c2f0b1d0c0 ...
found c2f0b1d0c0 in https://80x24.org/mirrors/git.git
(*) 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).