We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dfe5865 + c1e4aa8 commit 232c6fbCopy full SHA for 232c6fb
SoC-2026-Ideas.md
@@ -39,7 +39,7 @@ potentially enable better multi-repository handling in the future.
39
40
> Note: While `struct repository` / `struct repository_settings` may seem like a
41
> natural target for this refactoring, contributors should be cautious about moving
42
-> settings there. `struct repository_setting`s` was originally designed to hold
+> settings there. `struct repository_settings` was originally designed to hold
43
> config settings that are lazily parsed. Moving eagerly parsed config settings
44
> into that struct can cause Git to die in unexpected places when lazy parsing
45
> fails on an invalid config setting. Any such move requires careful analysis
0 commit comments