Skip to content

Commit 3901d2c

Browse files
Martin Ågrengitster
authored andcommitted
config/advice.txt: fix description list separator
The whole submoduleAlternateErrorStrategyDie item is interpreted as being part of the supporting content of the preceding item. This is because we don't give a double-colon "::" for the separator, but just a single colon, ":". Let's fix that. There are a few other matches for [^:]:\s*$ in Documentation/config, but I didn't spot any similar bugs among them. Signed-off-by: Martin Ågren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4f3e57e commit 3901d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/config/advice.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ advice.*::
107107
editor input from the user.
108108
nestedTag::
109109
Advice shown if a user attempts to recursively tag a tag object.
110-
submoduleAlternateErrorStrategyDie:
110+
submoduleAlternateErrorStrategyDie::
111111
Advice shown when a submodule.alternateErrorStrategy option
112112
configured to "die" causes a fatal error.
113113
--

0 commit comments

Comments
 (0)