Expand description
Submodule registration and activation (Git submodule.c parity for tooling).
Used by ls-files --recurse-submodules to decide when to enter a gitlink.
Structs§
- Submodule
Registration - Maps a submodule work tree path (as in the index /
.gitmodules) to its submodule section name.
Functions§
- is_
submodule_ active - Git
is_submodule_active/is_tree_submodule_activeforls-files --recurse-submodules. - load_
submodule_ registrations - Load
.gitmodulesmappings: path → submodule name. - submodule_
name_ for_ path - Returns the
.gitmodulessubmodule section name for a gitlink path, if registered.