From e4c42511f8b14d8935fd5de89e072ecd33215c8a Mon Sep 17 00:00:00 2001 From: Rich Bennett Date: Wed, 6 Sep 2017 08:07:22 -0400 Subject: Append .git submodule repositories, update guide The submodule path hierarchy needs to support a name used as hierarchy for lower level repositories or groupIDs AND allow for a repository at each level eg submodules/appc and submodules/appc/deployment are both repos. When viewed in the submodule directory structure in the doc project, a repository will have .git appended. The above example would be submodules/appc.git submodules/appc/deployment.git Change how to guide and convert existing submodule names Rebased prior change Change-Id: Ie16b8bbda7562aaaee3c21eb504dc6e293c98cbd Issue-ID: DOC-33 Signed-off-by: Rich Bennett --- docs/submodules/cli.git | 1 + 1 file changed, 1 insertion(+) create mode 160000 docs/submodules/cli.git (limited to 'docs/submodules/cli.git') diff --git a/docs/submodules/cli.git b/docs/submodules/cli.git new file mode 160000 index 000000000..8baba5cdd --- /dev/null +++ b/docs/submodules/cli.git @@ -0,0 +1 @@ +Subproject commit 8baba5cddb6dce7932872ec6e2709c28953c5c05 -- cgit 1.2.3-korg