Magidoc

Submodule
Object

A pointer to a repository at a specific revision embedded inside another repository.

Fields

#

branch

The branch of the upstream submodule for tracking updates

gitUrl

Non-null

The git URL of the submodule repository

name

Non-null

The name of the submodule in .gitmodules

nameRaw

Non-null

The name of the submodule in .gitmodules (Base64-encoded)

path

Non-null

The path in the superproject that this submodule is located in

pathRaw

Non-null

The path in the superproject that this submodule is located in (Base64-encoded)

subprojectCommitOid

The commit revision of the subproject repository being tracked by the submodule

Usages

#

References

#