diff options
| author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2018-03-24 08:44:46 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2018-03-27 08:45:47 -0700 |
| commit | 34889d3cd7e431597a6a93f26f14a81a61b7d603 (patch) | |
| tree | 7c64a71f54b12da2818d10243403b05ca8793cc2 /t/helper/test-tool.c | |
| parent | 9080e75fbcaffaa5bb09b123b8f32719573d82f4 (diff) | |
| download | git-34889d3cd7e431597a6a93f26f14a81a61b7d603.tar.gz | |
t/helper: merge (unused) test-mergesort 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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/helper/test-tool.c b/t/helper/test-tool.c index 16c78833a4..5d470158b1 100644 --- a/t/helper/test-tool.c +++ b/t/helper/test-tool.c @@ -21,6 +21,7 @@ static struct test_cmd cmds[] = { { "index-version", cmd__index_version }, { "lazy-init-name-hash", cmd__lazy_init_name_hash }, { "match-trees", cmd__match_trees }, + { "mergesort", cmd__mergesort }, { "sha1", cmd__sha1 }, }; |
