summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-01-10 22:45:26 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-01-10 22:45:26 (GMT)
commitd78a1968c5465e1ec5f6e14b1edff1b88f5ea3bd (patch)
tree7ea3d22705786932933ab7daead54f8e86bf7156
parent7a6a90c6ec48fc78c83d7090d6c1b95d8f3739c0 (diff)
parent3901d2c6bd67946d1a961736b371a542b0eb16fb (diff)
downloadgit-d78a1968c5465e1ec5f6e14b1edff1b88f5ea3bd.zip
git-d78a1968c5465e1ec5f6e14b1edff1b88f5ea3bd.tar.gz
git-d78a1968c5465e1ec5f6e14b1edff1b88f5ea3bd.tar.bz2
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 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.
--