diff options
| author | Junio C Hamano <gitster@pobox.com> | 2018-08-15 15:08:22 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2018-08-15 15:08:22 -0700 |
| commit | a14a9bfc132f8fe80cca33d14b1acbcda945de13 (patch) | |
| tree | 82bbfba41374f8e350b9a7146740a3763b54cdeb /t/helper/test-tool.c | |
| parent | 8cabe16d9f96e99aec2264b9e468e42fb61e4668 (diff) | |
| parent | 75459410edd8d3bf38a2f1ad785f54b97770b324 (diff) | |
| download | git-a14a9bfc132f8fe80cca33d14b1acbcda945de13.tar.gz | |
Merge branch 'jh/json-writer'
Preparatory code to later add json output for telemetry data.
* jh/json-writer:
json_writer: new routines to create JSON data
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 dafc91c240..0edafcfd65 100644 --- a/t/helper/test-tool.c +++ b/t/helper/test-tool.c @@ -19,6 +19,7 @@ static struct test_cmd cmds[] = { { "genrandom", cmd__genrandom }, { "hashmap", cmd__hashmap }, { "index-version", cmd__index_version }, + { "json-writer", cmd__json_writer }, { "lazy-init-name-hash", cmd__lazy_init_name_hash }, { "match-trees", cmd__match_trees }, { "mergesort", cmd__mergesort }, |
