From: David Pursehouse Date: Thu, 16 Feb 2017 05:05:35 +0000 (+0900) Subject: config.txt: fix formatting of submodule.alternateErrorStrategy section X-Git-Tag: v2.12.0-rc2~3^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ab9740d9f6dd0f0af87b7ac32a407d0a8aeacab;p=thirdparty%2Fgit.git config.txt: fix formatting of submodule.alternateErrorStrategy section Add missing `::` after the title. Signed-off-by: David Pursehouse Acked-by: Stefan Beller Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config.txt b/Documentation/config.txt index e2571ea8ea..e329292aaf 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -2844,7 +2844,7 @@ submodule.alternateLocation:: value is set to `superproject` the submodule to be cloned computes its alternates location relative to the superprojects alternate. -submodule.alternateErrorStrategy +submodule.alternateErrorStrategy:: Specifies how to treat errors with the alternates for a submodule as computed via `submodule.alternateLocation`. Possible values are `ignore`, `info`, `die`. Default is `die`.