On Tue, Aug 05, 2014 at 03:06:00PM -0700, Junio C Hamano wrote: > Linus Arver <linusarver@xxxxxxxxx> writes: > > > Signed-off-by: Linus Arver <linusarver@xxxxxxxxx> > > --- > > 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html