From 3901d2c6bd67946d1a961736b371a542b0eb16fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C3=85gren?= Date: Wed, 8 Jan 2020 21:08:44 +0100 Subject: config/advice.txt: fix description list separator MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Junio C Hamano diff --git a/Documentation/config/advice.txt b/Documentation/config/advice.txt index d4e698c..4be93f8 100644 --- a/Documentation/config/advice.txt +++ b/Documentation/config/advice.txt @@ -107,7 +107,7 @@ advice.*:: editor input from the user. nestedTag:: Advice shown if a user attempts to recursively tag a tag object. - submoduleAlternateErrorStrategyDie: + submoduleAlternateErrorStrategyDie:: Advice shown when a submodule.alternateErrorStrategy option configured to "die" causes a fatal error. -- -- cgit v0.10.2-6-g49f6