summaryrefslogtreecommitdiff
path: root/t/helper/test-tool.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-03-25 20:57:41 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-03-25 20:57:41 (GMT)
commitc4a09cc9ccb63090b78a4d9529462151df62d73d (patch)
tree1ffed9c273282fbc4c977dabc1a1692b03d67329 /t/helper/test-tool.c
parent274b9cc25322d9ee79aa8e6d4e86f0ffe5ced925 (diff)
parentf665d63a912748bc1397940a0dc1de80c6f693e3 (diff)
downloadgit-c4a09cc9ccb63090b78a4d9529462151df62d73d.zip
git-c4a09cc9ccb63090b78a4d9529462151df62d73d.tar.gz
git-c4a09cc9ccb63090b78a4d9529462151df62d73d.tar.bz2
Merge branch 'hw/advise-ng'
Revamping of the advise API to allow more systematic enumeration of advice knobs in the future. * hw/advise-ng: tag: use new advice API to check visibility advice: revamp advise API advice: change "setupStreamFailure" to "setUpstreamFailure" advice: extract vadvise() from advise()
Diffstat (limited to 't/helper/test-tool.c')
-rw-r--r--t/helper/test-tool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/helper/test-tool.c b/t/helper/test-tool.c
index c9a232d..31eedcd 100644
--- a/t/helper/test-tool.c
+++ b/t/helper/test-tool.c
@@ -14,6 +14,7 @@ struct test_cmd {
};
static struct test_cmd cmds[] = {
+ { "advise", cmd__advise_if_enabled },
{ "chmtime", cmd__chmtime },
{ "config", cmd__config },
{ "ctype", cmd__ctype },