Re: [PATCH 1/1] config.txt: Fix formatting of submodule.alternateErrorStrategy section

2017-02-16 Thread Junio C Hamano
Stefan Beller  writes:

> On Wed, Feb 15, 2017 at 9:05 PM, David Pursehouse
>  wrote:
>> From: David Pursehouse 
>>
>> Add missing `::` after the title.
>>
>> Signed-off-by: David Pursehouse 
>
> Thanks!
> Stefan

Thanks, both.


Re: [PATCH 1/1] config.txt: Fix formatting of submodule.alternateErrorStrategy section

2017-02-16 Thread Stefan Beller
On Wed, Feb 15, 2017 at 9:05 PM, David Pursehouse
 wrote:
> From: David Pursehouse 
>
> Add missing `::` after the title.
>
> Signed-off-by: David Pursehouse 

Thanks!
Stefan


[PATCH 1/1] config.txt: Fix formatting of submodule.alternateErrorStrategy section

2017-02-15 Thread David Pursehouse
From: David Pursehouse 

Add missing `::` after the title.

Signed-off-by: David Pursehouse 
---
 Documentation/config.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/config.txt b/Documentation/config.txt
index 1fee83ca4..6c378c6fc 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -2894,7 +2894,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`.
-- 
2.11.1