Merge branch 'codex/psec-4394-git-04c-include-config-authority' into codex/psec-4394-git-04d-guarded-apply

This commit is contained in:
Chris Bookholt
2026-07-03 18:56:20 -07:00

View File

@@ -98,6 +98,7 @@ impl GitConfigEnvironmentSnapshot {
}
}
#[cfg_attr(not(test), allow(dead_code))]
pub(crate) fn value(&self, name: &str) -> Option<&OsStr> {
self.entries
.iter()