git: Fix option capitalization
Semantically this changes nothing, but the name with a capital `S` is used by git-config(1).
This commit is contained in:
@@ -156,7 +156,7 @@
|
|||||||
[rerere]
|
[rerere]
|
||||||
enabled = false
|
enabled = false
|
||||||
[status]
|
[status]
|
||||||
submodulesummary = true
|
submoduleSummary = true
|
||||||
[submodule]
|
[submodule]
|
||||||
fetchJobs = 0
|
fetchJobs = 0
|
||||||
[trailer]
|
[trailer]
|
||||||
|
|||||||
Reference in New Issue
Block a user