/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
986c518
)
Merge branch 'jk/use-compat-util-in-test-tool'
author
Junio C Hamano
<gitster@pobox.com>
Mon, 27 Aug 2018 21:33:43 +0000
(14:33 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 27 Aug 2018 21:33:43 +0000
(14:33 -0700)
Dev tool update.
* jk/use-compat-util-in-test-tool:
test-tool.h: include git-compat-util.h
t/helper/test-tool.h
patch
|
blob
|
blame
|
history
diff --git
a/t/helper/test-tool.h
b/t/helper/test-tool.h
index
e926c41
..
e954e8c
100644
(file)
--- a/
t/helper/test-tool.h
+++ b/
t/helper/test-tool.h
@@
-1,6
+1,8
@@
#ifndef __TEST_TOOL_H__
#define __TEST_TOOL_H__
+#include "git-compat-util.h"
+
int cmd__chmtime(int argc, const char **argv);
int cmd__config(int argc, const char **argv);
int cmd__ctype(int argc, const char **argv);