Expand description
Submodule configuration cache (Git submodule-config.c subset for test-tool).
Parses .gitmodules blobs keyed by blob OID and supports lookup by path or
logical submodule name, matching the behavior exercised by t7411-submodule-config.
Structsยง
- Submodule
Config Cache - Cache of parsed
.gitmodulesblobs (by blob OID) plus path/name indexes. - Submodule
Info - Resolved submodule identity for test output (
Submodule name: 'x' for path 'y').