GIT Submodule Fetcher (gitsm://)
- This fetcher inherits from the Git fetcher and extends its
- behavior by fetching a repositories submodules.
- Uri is passed to the Git fetcher so see
- the git fetcher documentation for syntax.
- NOTE: You must clean a recipe when switching between 'git://' and
- 'gitsm://' urls.
+ This fetcher submodule inherits from the
+ Git fetcher and extends
+ that fetcher's behavior by fetching a repository's submodules.
+ URI is passed to the Git fetcher as described in the
+ "GIT Fetcher (git://)"
+ section.
+
+ Notes and Warnings
+
+ You must clean a recipe when switching between
+ 'git://' and
+ 'gitsm://' URLs.
+
+
+
+ The Git Submodules fetcher is not a complete fetcher
+ implementation.
+ The fetcher has known issues where it does not use the
+ normal source mirroring infrastructure properly.
+
+