pub fn submodule_path_config_enabled(git_dir: &Path) -> boolExpand description
Returns whether extensions.submodulePathConfig is enabled in git_dir/config.
git_dir should be the repository directory that holds config (the common git directory when
using linked worktrees).