diff options
author | Russell Belfer <rb@github.com> | 2012-08-02 13:00:58 -0700 |
---|---|---|
committer | Russell Belfer <rb@github.com> | 2012-08-24 11:00:26 -0700 |
commit | aa13bf05c84f10f364ce35c5d4f989337b36e043 (patch) | |
tree | ca5877bd006a6bfdcd9aad5587e36e89523d6cd2 /tests-clar/submodule/submodule_helpers.h | |
parent | decff7b4c13939e5f00d51aea4176fc543d73ede (diff) | |
download | libgit2-aa13bf05c84f10f364ce35c5d4f989337b36e043.tar.gz |
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`.
Diffstat (limited to 'tests-clar/submodule/submodule_helpers.h')
-rw-r--r-- | tests-clar/submodule/submodule_helpers.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); + |