]> git.ipfire.org Git - thirdparty/git.git/blame - t/helper/test-tool.h
t/helper: merge test-lazy-init-name-hash into test-tool
[thirdparty/git.git] / t / helper / test-tool.h
CommitLineData
efd71f89
NTND
1#ifndef __TEST_TOOL_H__
2#define __TEST_TOOL_H__
3
0e496492 4int cmd__chmtime(int argc, const char **argv);
64eb82fe 5int cmd__lazy_init_name_hash(int argc, const char **argv);
dae2ff9b 6int cmd__sha1(int argc, const char **argv);
0e496492 7
efd71f89 8#endif