projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
t/helper: merge test-lazy-init-name-hash into test-tool
[git]
/
t
/
helper
/
test-tool.h
1
#ifndef __TEST_TOOL_H__
2
#define __TEST_TOOL_H__
3
4
int cmd__chmtime(int argc, const char **argv);
5
int cmd__lazy_init_name_hash(int argc, const char **argv);
6
int cmd__sha1(int argc, const char **argv);
7
8
#endif