Skip to main content

Module submodule_config_cache

Module submodule_config_cache 

Source
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ยง

SubmoduleConfigCache
Cache of parsed .gitmodules blobs (by blob OID) plus path/name indexes.
SubmoduleInfo
Resolved submodule identity for test output (Submodule name: 'x' for path 'y').