Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-01-11 01:45:26 +0300
committerJunio C Hamano <gitster@pobox.com>2020-01-11 01:45:26 +0300
commitd78a1968c5465e1ec5f6e14b1edff1b88f5ea3bd (patch)
tree7ea3d22705786932933ab7daead54f8e86bf7156
parent7a6a90c6ec48fc78c83d7090d6c1b95d8f3739c0 (diff)
parent3901d2c6bd67946d1a961736b371a542b0eb16fb (diff)
Merge branch 'ma/config-advice-markup-fix'
Documentation markup fix. * ma/config-advice-markup-fix: config/advice.txt: fix description list separator
-rw-r--r--Documentation/config/advice.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/advice.txt b/Documentation/config/advice.txt
index d4e698cd3f..4be93f8ad9 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.
--