Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
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
|
history
raw
(from parent 1:
986c518
)
diff --git
a/t/helper/test-tool.h
b/t/helper/test-tool.h
index e926c416ea48bc25412097944d454ebd922e624a..e954e8c5222f77e882f577198091adde95cf2532 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);