From: Junio C Hamano <gitster@pobox•com>
To: Linus Arver <linusarver@gmail•com>
Cc: git@vger•kernel.org, "Steven Drake" <sdrake@xnet•co.nz>,
"Nguyễn Thái Ngọc Duy" <pclouds@gmail•com>,
"Johan Herland" <johan@herland•net>,
"Nanako Shiraishi" <nanako3@lavabit•com>
Subject: Re: [PATCH 1/7] Documentation: git-init: typographical fixes
Date: Tue, 05 Aug 2014 15:06:00 -0700 [thread overview]
Message-ID: <xmqqr40uoalz.fsf@gitster.dls.corp.google.com> (raw)
In-Reply-To: <1407002817-29221-2-git-send-email-linusarver@gmail.com> (Linus Arver's message of "Sat, 2 Aug 2014 11:06:51 -0700")
Linus Arver <linusarver@gmail•com> writes:
> Signed-off-by: Linus Arver <linusarver@gmail•com>
> ---
> 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.
next prev parent reply other threads:[~2014-08-05 22:06 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-02 18:06 [PATCH] lots of documentation fixes/rewordings in git-init(1) Linus Arver
2014-08-02 18:06 ` [PATCH 1/7] Documentation: git-init: typographical fixes Linus Arver
2014-08-05 22:06 ` Junio C Hamano [this message]
2014-08-06 4:58 ` Linus Arver
2014-08-02 18:06 ` [PATCH 2/7] Documentation: git-init: list items facelift Linus Arver
2014-08-02 18:06 ` [PATCH 3/7] Documentation: git-init: template directory: reword Linus Arver
2014-08-05 22:10 ` Junio C Hamano
2014-08-06 5:15 ` Linus Arver
2014-08-06 17:21 ` Junio C Hamano
2014-08-08 16:36 ` Linus Arver
2014-08-02 18:06 ` [PATCH 4/7] Documentation: git-init: --separate-git-dir: clarify Linus Arver
2014-08-05 22:12 ` Junio C Hamano
2014-08-06 5:21 ` Linus Arver
2014-08-06 17:35 ` Junio C Hamano
2014-08-08 16:42 ` Linus Arver
2014-08-02 18:06 ` [PATCH 5/7] Documentation: git-init: reword parenthetical statements Linus Arver
2014-08-02 18:06 ` [PATCH 6/7] Documentation: git-init: template directory: reword and cross-reference Linus Arver
2014-08-02 18:06 ` [PATCH 7/7] Documentation: git-init: flesh out example Linus Arver
2014-08-05 22:14 ` Junio C Hamano
2014-08-06 5:34 ` Linus Arver
2014-08-06 17:41 ` Junio C Hamano
2014-08-08 16:49 ` Linus Arver
2014-08-08 17:29 ` [PATCH v2] lots of documentation fixes/rewordings in git-init(1) Linus Arver
2014-08-08 17:29 ` [PATCH v2 1/7] Documentation: git-init: typographical fixes Linus Arver
2014-08-08 17:29 ` [PATCH v2 2/7] Documentation: git-init: list items facelift Linus Arver
2014-08-08 17:29 ` [PATCH v2 3/7] Documentation: git-init: template directory: reword Linus Arver
2014-08-08 17:29 ` [PATCH v2 4/7] Documentation: git-init: --separate-git-dir: clarify Linus Arver
2014-08-08 17:29 ` [PATCH v2 5/7] Documentation: git-init: reword parenthetical statements Linus Arver
2014-08-08 17:29 ` [PATCH v2 6/7] Documentation: git-init: template directory: reword and cross-reference Linus Arver
2014-08-08 17:29 ` [PATCH v2 7/7] Documentation: git-init: flesh out example Linus Arver
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=xmqqr40uoalz.fsf@gitster.dls.corp.google.com \
--to=gitster@pobox$(echo .)com \
--cc=git@vger$(echo .)kernel.org \
--cc=johan@herland$(echo .)net \
--cc=linusarver@gmail$(echo .)com \
--cc=nanako3@lavabit$(echo .)com \
--cc=pclouds@gmail$(echo .)com \
--cc=sdrake@xnet$(echo .)co.nz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox