All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] config.txt: Fix formatting of submodule.alternateErrorStrategy section
@ 2017-02-16  5:05 David Pursehouse
  2017-02-16  5:05 ` [PATCH 1/1] " David Pursehouse
  0 siblings, 1 reply; 4+ messages in thread
From: David Pursehouse @ 2017-02-16  5:05 UTC (permalink / raw)
  To: git; +Cc: David Pursehouse

From: David Pursehouse <dpursehouse@collab.net>

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/1] config.txt: Fix formatting of submodule.alternateErrorStrategy section
  2017-02-16  5:05 [PATCH 0/1] config.txt: Fix formatting of submodule.alternateErrorStrategy section David Pursehouse
@ 2017-02-16  5:05 ` David Pursehouse
  2017-02-16 18:41   ` Stefan Beller
  0 siblings, 1 reply; 4+ messages in thread
From: David Pursehouse @ 2017-02-16  5:05 UTC (permalink / raw)
  To: git; +Cc: David Pursehouse

From: David Pursehouse <dpursehouse@collab.net>

Add missing `::` after the title.

Signed-off-by: David Pursehouse <dpursehouse@collab.net>
---
 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/1] config.txt: Fix formatting of submodule.alternateErrorStrategy section
  2017-02-16  5:05 ` [PATCH 1/1] " David Pursehouse
@ 2017-02-16 18:41   ` Stefan Beller
  2017-02-16 19:23     ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Beller @ 2017-02-16 18:41 UTC (permalink / raw)
  To: David Pursehouse; +Cc: git, David Pursehouse

On Wed, Feb 15, 2017 at 9:05 PM, David Pursehouse
<david.pursehouse@gmail.com> wrote:
> From: David Pursehouse <dpursehouse@collab.net>
>
> Add missing `::` after the title.
>
> Signed-off-by: David Pursehouse <dpursehouse@collab.net>

Thanks!
Stefan

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/1] config.txt: Fix formatting of submodule.alternateErrorStrategy section
  2017-02-16 18:41   ` Stefan Beller
@ 2017-02-16 19:23     ` Junio C Hamano
  0 siblings, 0 replies; 4+ messages in thread
From: Junio C Hamano @ 2017-02-16 19:23 UTC (permalink / raw)
  To: Stefan Beller; +Cc: David Pursehouse, git, David Pursehouse

Stefan Beller <sbeller@google.com> writes:

> On Wed, Feb 15, 2017 at 9:05 PM, David Pursehouse
> <david.pursehouse@gmail.com> wrote:
>> From: David Pursehouse <dpursehouse@collab.net>
>>
>> Add missing `::` after the title.
>>
>> Signed-off-by: David Pursehouse <dpursehouse@collab.net>
>
> Thanks!
> Stefan

Thanks, both.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-02-16 19:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-16  5:05 [PATCH 0/1] config.txt: Fix formatting of submodule.alternateErrorStrategy section David Pursehouse
2017-02-16  5:05 ` [PATCH 1/1] " David Pursehouse
2017-02-16 18:41   ` Stefan Beller
2017-02-16 19:23     ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.