Expand description
Typed submodule administration plans for embedders.
Structs§
- Init
Candidate - One
.gitmodulesentry selected forsubmodule init. - Init
Plan - The deterministic configuration and rendering outcome of
submodule init. - Init
Registration - A newly registered submodule URL, retained for porcelain rendering.
Enums§
- Config
Mutation - A repository-config change produced by a submodule administration plan.
- Init
Plan Error - A semantic failure while planning
submodule init.
Functions§
- apply_
init_ plan - Apply a previously validated init plan to an in-memory repository config.
- plan_
init - Plan
submodule initconfiguration without performing filesystem I/O.