Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
rebase --rebase-merges: root commits can be cousins, too
[gitweb.git]
/
t
/
helper
/
test-submodule-config.c
diff --git
a/t/helper/test-submodule-config.c
b/t/helper/test-submodule-config.c
index f23db3b19a9911b554ca8eaf567cd0370d42af6e..5c6e4b010d61d2076f08e7077aa5ccbe6db665fc 100644
(file)
--- a/
t/helper/test-submodule-config.c
+++ b/
t/helper/test-submodule-config.c
@@
-1,3
+1,4
@@
+#include "test-tool.h"
#include "cache.h"
#include "config.h"
#include "submodule-config.h"
@@
-10,7
+11,7
@@
static void die_usage(int argc, const char **argv, const char *msg)
exit(1);
}
-int cmd_
main
(int argc, const char **argv)
+int cmd_
_submodule_config
(int argc, const char **argv)
{
const char **arg = argv;
int my_argc = argc;