Re: [PATCH] README: create HTTP/HTTPS links from URLs in Markdown

2017-03-02 Thread Jeff King
On Wed, Mar 01, 2017 at 10:22:04PM +, Eric Wong wrote: > Markdown supports automatic links by surrounding URLs with > angle brackets, as documented in > One of the joys of markdown is that there are so many variants. A lot of them

Re: [PATCH] README: create HTTP/HTTPS links from URLs in Markdown

2017-03-02 Thread Eric Wong
Jeff King wrote: > On Thu, Mar 02, 2017 at 07:34:21AM +, Eric Wong wrote: > > Jeff King wrote: > > > On Wed, Mar 01, 2017 at 10:22:04PM +, Eric Wong wrote: > > > > > > > Markdown supports automatic links by surrounding URLs with > > > > angle brackets, as documented in > > > >

Re: [PATCH] README: create HTTP/HTTPS links from URLs in Markdown

2017-03-02 Thread Eric Wong
Jeff King wrote: > On Wed, Mar 01, 2017 at 10:22:04PM +, Eric Wong wrote: > > > Markdown supports automatic links by surrounding URLs with > > angle brackets, as documented in > > > > One of the joys of markdown is that there are

Re: [PATCH] README: create HTTP/HTTPS links from URLs in Markdown

2017-03-01 Thread Jeff King
On Thu, Mar 02, 2017 at 07:34:21AM +, Eric Wong wrote: > Jeff King wrote: > > On Wed, Mar 01, 2017 at 10:22:04PM +, Eric Wong wrote: > > > > > Markdown supports automatic links by surrounding URLs with > > > angle brackets, as documented in > > >

[PATCH] README: create HTTP/HTTPS links from URLs in Markdown

2017-03-01 Thread Eric Wong
Markdown supports automatic links by surrounding URLs with angle brackets, as documented in While we're at it, update URLs to avoid redirecting clients for git-scm.com (by using HTTPS) and public-inbox.org (by adding a trailing slash).