Re: [PATCH 1/1] Fix typo in merge-strategies documentation

2018-03-21 Thread David Pursehouse
On Tue, Mar 20, 2018 at 1:51 AM, Junio C Hamano wrote: > > I somehow had to stare at the patch for a few minutes, view it in > two Emacs buffers and run M-x compare-windows before I finally spot > the single-byte typofix. > > Will queue with a retitle. [resending as plain text] Thanks, and sorry

[PATCH 0/1] Fix typo in merge-strategies documentation

2018-03-16 Thread David Pursehouse
From: David Pursehouse Fixes a minor typo in the merge-strategies documentation. David Pursehouse (1): Fix typo in merge-strategies documentation Documentation/merge-strategies.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.16.2

[PATCH 1/1] Fix typo in merge-strategies documentation

2018-03-16 Thread David Pursehouse
From: David Pursehouse Signed-off-by: David Pursehouse --- Documentation/merge-strategies.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/merge-strategies.txt b/Documentation/merge-strategies.txt index fd5d748d1..4a58aad4b 100644 --- a/Documentation/merge

[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

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

2017-02-15 Thread David Pursehouse
From: David Pursehouse Fixes a minor glitch in the formatting of the documentation. David Pursehouse (1): config.txt: Fix formatting of submodule.alternateErrorStrategy section Documentation/config.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.11.1