]> git.ipfire.org Git - thirdparty/git.git/blame - t/helper/test-tool.h
t/helper: merge test-config 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);
0e2678af 5int cmd__config(int argc, const char **argv);
64eb82fe 6int cmd__lazy_init_name_hash(int argc, const char **argv);
dae2ff9b 7int cmd__sha1(int argc, const char **argv);
0e496492 8
efd71f89 9#endif