From aa13bf05c84f10f364ce35c5d4f989337b36e043 Mon Sep 17 00:00:00 2001 From: Russell Belfer Date: Thu, 2 Aug 2012 13:00:58 -0700 Subject: Major submodule rewrite This replaces the old submodule API with a new extended API that supports most of the things that can be done with `git submodule`. --- tests-clar/submodule/submodule_helpers.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests-clar/submodule/submodule_helpers.h (limited to 'tests-clar/submodule/submodule_helpers.h') diff --git a/tests-clar/submodule/submodule_helpers.h b/tests-clar/submodule/submodule_helpers.h new file mode 100644 index 000000000..6b76a832e --- /dev/null +++ b/tests-clar/submodule/submodule_helpers.h @@ -0,0 +1,2 @@ +extern void rewrite_gitmodules(const char *workdir); + -- cgit v1.2.1