summaryrefslogtreecommitdiff
path: root/t/helper/test-tool.c
diff options
context:
space:
mode:
authorLibravatar Nguyễn Thái Ngọc Duy <pclouds@gmail.com>2018-03-24 08:44:37 +0100
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-03-27 08:45:47 -0700
commit9153dde5e2ec0c424e5468aa2aff8cec04214770 (patch)
tree016a9609c60d52c8801166cc25dd444eb8e9114b /t/helper/test-tool.c
parentt/helper: merge test-date into test-tool (diff)
downloadtgif-9153dde5e2ec0c424e5468aa2aff8cec04214770.tar.xz
t/helper: merge (unused) test-delta into test-tool
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 cae060d492..52d30b80eb 100644
--- a/t/helper/test-tool.c
+++ b/t/helper/test-tool.c
@@ -11,6 +11,7 @@ static struct test_cmd cmds[] = {
{ "config", cmd__config },
{ "ctype", cmd__ctype },
{ "date", cmd__date },
+ { "delta", cmd__delta },
{ "lazy-init-name-hash", cmd__lazy_init_name_hash },
{ "sha1", cmd__sha1 },
};