Re: [PATCH v3 17/21] Documentation/SubmittingPatches: convert it to ReST markup

2016-09-16 Thread Mauro Carvalho Chehab
Em Fri, 16 Sep 2016 11:21:17 -0600
Jonathan Corbet  escreveu:

> On Wed, 14 Sep 2016 08:06:46 -0300
> Mauro Carvalho Chehab  wrote:
> 
> >  If you do not have a repository with the current kernel source handy, use
> >  git to obtain one.  You'll want to start with the mainline repository,
> >  which can be grabbed with:
> >  
> > -  git clone 
> > git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 
> > +::
> > +
> > +  git clone 
> > git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git  
> 
> Minor nit: you can just put the double colon at the end of the text:
> 
> which can be grabbed with::
> 
>   git clone git://...
> 
> ...and it will do the right thing.  That helps to make the document look
> just a bit less foreign.

Oh! good to know! I'll update it on the next patchset.

Thanks,
Mauro


Re: [PATCH v3 17/21] Documentation/SubmittingPatches: convert it to ReST markup

2016-09-16 Thread Mauro Carvalho Chehab
Em Fri, 16 Sep 2016 11:21:17 -0600
Jonathan Corbet  escreveu:

> On Wed, 14 Sep 2016 08:06:46 -0300
> Mauro Carvalho Chehab  wrote:
> 
> >  If you do not have a repository with the current kernel source handy, use
> >  git to obtain one.  You'll want to start with the mainline repository,
> >  which can be grabbed with:
> >  
> > -  git clone 
> > git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 
> > +::
> > +
> > +  git clone 
> > git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git  
> 
> Minor nit: you can just put the double colon at the end of the text:
> 
> which can be grabbed with::
> 
>   git clone git://...
> 
> ...and it will do the right thing.  That helps to make the document look
> just a bit less foreign.

Oh! good to know! I'll update it on the next patchset.

Thanks,
Mauro


Re: [PATCH v3 17/21] Documentation/SubmittingPatches: convert it to ReST markup

2016-09-16 Thread Jonathan Corbet
On Wed, 14 Sep 2016 08:06:46 -0300
Mauro Carvalho Chehab  wrote:

>  If you do not have a repository with the current kernel source handy, use
>  git to obtain one.  You'll want to start with the mainline repository,
>  which can be grabbed with:
>  
> -  git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 
> +::
> +
> +  git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git

Minor nit: you can just put the double colon at the end of the text:

which can be grabbed with::

git clone git://...

...and it will do the right thing.  That helps to make the document look
just a bit less foreign.

jon


Re: [PATCH v3 17/21] Documentation/SubmittingPatches: convert it to ReST markup

2016-09-16 Thread Jonathan Corbet
On Wed, 14 Sep 2016 08:06:46 -0300
Mauro Carvalho Chehab  wrote:

>  If you do not have a repository with the current kernel source handy, use
>  git to obtain one.  You'll want to start with the mainline repository,
>  which can be grabbed with:
>  
> -  git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 
> +::
> +
> +  git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git

Minor nit: you can just put the double colon at the end of the text:

which can be grabbed with::

git clone git://...

...and it will do the right thing.  That helps to make the document look
just a bit less foreign.

jon