Skip to content

Commit 8ab9740

Browse files
dpursehousegitster
authored andcommitted
config.txt: fix formatting of submodule.alternateErrorStrategy section
Add missing `::` after the title. Signed-off-by: David Pursehouse <[email protected]> Acked-by: Stefan Beller <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 31224cb commit 8ab9740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2844,7 +2844,7 @@ submodule.alternateLocation::
28442844
value is set to `superproject` the submodule to be cloned computes
28452845
its alternates location relative to the superprojects alternate.
28462846

2847-
submodule.alternateErrorStrategy
2847+
submodule.alternateErrorStrategy::
28482848
Specifies how to treat errors with the alternates for a submodule
28492849
as computed via `submodule.alternateLocation`. Possible values are
28502850
`ignore`, `info`, `die`. Default is `die`.

0 commit comments

Comments
 (0)