RE: [PATCH] doc: format pathnames and URLs as monospace

2019-02-21 Thread BOMPARD CORENTIN p1603631
>>Corentin BOMPARD writes: >> >> diff --git a/Documentation/config/checkout.txt >> b/Documentation/config/checkout.txt >> index c4118fa19..8ba92f274 100644 >> --- a/Documentation/config/checkout.txt >> +++ b/Documentation/config/checkout.txt >> @@ -1,7 +1,7 @@ >> checkout.defaultRemote:: >>

Re: [PATCH] doc: format pathnames and URLs as monospace

2019-02-14 Thread Junio C Hamano
Corentin BOMPARD writes: > diff --git a/Documentation/config/checkout.txt > b/Documentation/config/checkout.txt > index c4118fa19..8ba92f274 100644 > --- a/Documentation/config/checkout.txt > +++ b/Documentation/config/checkout.txt > @@ -1,7 +1,7 @@ > checkout.defaultRemote:: > When you r

Re: [PATCH] doc: format pathnames and URLs as monospace

2019-02-14 Thread Eric Sunshine
On Thu, Feb 14, 2019 at 11:32 AM Corentin BOMPARD wrote: > diff --git a/Documentation/technical/pack-protocol.txt > b/Documentation/technical/pack-protocol.txt > @@ -107,7 +107,7 @@ Initiating the upload-pack or receive-pack processes over > SSH is > It is basically equivalent to running this:

[PATCH] doc: format pathnames and URLs as monospace

2019-02-14 Thread Corentin BOMPARD
Signed-off-by: Corentin BOMPARD --- Documentation/SubmittingPatches| 6 ++-- Documentation/config/checkout.txt | 2 +- Documentation/config/core.txt | 14 Documentation/config/log.txt | 4 +-- Documentatio