From 126ccb0c7aa25e55583da6170a739cfce9f5728a Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Fri, 12 Sep 2025 17:04:49 +0200 Subject: [PATCH] git: Fix option capitalization Semantically this changes nothing, but the name with a capital `S` is used by git-config(1). --- .config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/git/config b/.config/git/config index 96490b5..c42f42d 100644 --- a/.config/git/config +++ b/.config/git/config @@ -156,7 +156,7 @@ [rerere] enabled = false [status] - submodulesummary = true + submoduleSummary = true [submodule] fetchJobs = 0 [trailer]