Re: [PATCH 1/7] Documentation: git-init: typographical fixes

2014-08-05 Thread Linus Arver
On Tue, Aug 05, 2014 at 03:06:00PM -0700, Junio C Hamano wrote:
> Linus Arver  writes:
> 
> > Signed-off-by: Linus Arver 
> > ---
> >  Documentation/git-init.txt | 6 +++---
> >  1 file changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/Documentation/git-init.txt b/Documentation/git-init.txt
> > index afd721e..5ed5859 100644
> > --- a/Documentation/git-init.txt
> > +++ b/Documentation/git-init.txt
> > @@ -43,7 +43,7 @@ OPTIONS
> >  -q::
> >  --quiet::
> >  
> > -Only print error and warning messages, all other output will be suppressed.
> > +Only print error and warning messages; all other output will be suppressed.
> 
> OK.
> 
> >  --bare::
> >  
> > @@ -97,7 +97,7 @@ is given:
> > create a repo that is readable and writable to the current user and 
> > group,
> > but inaccessible to others.
> >  
> > -By default, the configuration flag receive.denyNonFastForwards is enabled
> > +By default, the configuration flag 'receive.denyNonFastForwards' is enabled
> >  in shared repositories, so that you cannot force a non fast-forwarding push
> >  into it.
> 
> If you are going to quote something that the user should literally
> use, it is probably better to use `backticks` so that the quoted
> contents will be typeset in monospaced typewriter-font.

OK, that is simple to change.

> > @@ -113,7 +113,7 @@ TEMPLATE DIRECTORY
> >  The template directory contains files and directories that will be copied 
> > to
> >  the `$GIT_DIR` after it is created.
> >  
> > -The template directory used will (in order):
> > +The template directory used will be (in order):
> >  
> >   - The argument given with the `--template` option.
> 
> OK.
> 
> Thanks.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 1/7] Documentation: git-init: typographical fixes

2014-08-05 Thread Junio C Hamano
Linus Arver  writes:

> Signed-off-by: Linus Arver 
> ---
>  Documentation/git-init.txt | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/git-init.txt b/Documentation/git-init.txt
> index afd721e..5ed5859 100644
> --- a/Documentation/git-init.txt
> +++ b/Documentation/git-init.txt
> @@ -43,7 +43,7 @@ OPTIONS
>  -q::
>  --quiet::
>  
> -Only print error and warning messages, all other output will be suppressed.
> +Only print error and warning messages; all other output will be suppressed.

OK.

>  --bare::
>  
> @@ -97,7 +97,7 @@ is given:
> create a repo that is readable and writable to the current user and group,
> but inaccessible to others.
>  
> -By default, the configuration flag receive.denyNonFastForwards is enabled
> +By default, the configuration flag 'receive.denyNonFastForwards' is enabled
>  in shared repositories, so that you cannot force a non fast-forwarding push
>  into it.

If you are going to quote something that the user should literally
use, it is probably better to use `backticks` so that the quoted
contents will be typeset in monospaced typewriter-font.

> @@ -113,7 +113,7 @@ TEMPLATE DIRECTORY
>  The template directory contains files and directories that will be copied to
>  the `$GIT_DIR` after it is created.
>  
> -The template directory used will (in order):
> +The template directory used will be (in order):
>  
>   - The argument given with the `--template` option.

OK.

Thanks.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 1/7] Documentation: git-init: typographical fixes

2014-08-02 Thread Linus Arver
Signed-off-by: Linus Arver 
---
 Documentation/git-init.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/git-init.txt b/Documentation/git-init.txt
index afd721e..5ed5859 100644
--- a/Documentation/git-init.txt
+++ b/Documentation/git-init.txt
@@ -43,7 +43,7 @@ OPTIONS
 -q::
 --quiet::
 
-Only print error and warning messages, all other output will be suppressed.
+Only print error and warning messages; all other output will be suppressed.
 
 --bare::
 
@@ -97,7 +97,7 @@ is given:
create a repo that is readable and writable to the current user and group,
but inaccessible to others.
 
-By default, the configuration flag receive.denyNonFastForwards is enabled
+By default, the configuration flag 'receive.denyNonFastForwards' is enabled
 in shared repositories, so that you cannot force a non fast-forwarding push
 into it.
 
@@ -113,7 +113,7 @@ TEMPLATE DIRECTORY
 The template directory contains files and directories that will be copied to
 the `$GIT_DIR` after it is created.
 
-The template directory used will (in order):
+The template directory used will be (in order):
 
  - The argument given with the `--template` option.
 
-- 
2.0.3

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html