BareSuperprojectWriter |
Writes .gitmodules and gitlinks of parsed manifest projects into a bare
repository.
|
BareSuperprojectWriter.BareWriterConfig |
|
BareSuperprojectWriter.ExtraContent |
|
ManifestParser |
Repo XML manifest parser.
|
ManifestParser.Remote |
|
RegularSuperprojectWriter |
Writes .gitmodules and gitlinks of parsed manifest projects into a regular
repository (using git submodule commands)
To write on a bare repository, use BareSuperprojectWriter
|
RepoCommand |
A class used to execute a repo command.
|
RepoCommand.DefaultRemoteReader |
|
RepoCommand.RemoteFile |
Read-only view of contents and file mode (i.e.
|
RepoProject |
The representation of a repo sub project.
|
RepoProject.CopyFile |
The representation of a copy file configuration.
|
RepoProject.LinkFile |
The representation of a link file configuration.
|
RepoProject.ReferenceFile |
The representation of a reference file configuration.
|