git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] fix typo in git-mktree.txt
@ 2022-02-02  9:00 lgl via GitGitGadget
  2022-02-02  9:33 ` Ævar Arnfjörð Bjarmason
  2022-02-02 18:32 ` Junio C Hamano
  0 siblings, 2 replies; 4+ messages in thread
From: lgl via GitGitGadget @ 2022-02-02  9:00 UTC (permalink / raw
  To: git; +Cc: lgl, liginity

From: liginity <liginity@outlook.com>

fix a typo: change "as" to "a".

Signed-off-by: Liginity Lee <liginity@outlook.com>
---
    fix typo in git-mktree.txt
    
    fix a typo: change "as" to "a".
    
    Signed-off-by: Liginity Lee liginity@outlook.com

Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-1207%2Fliginity%2Fpatch-mktree-documentation-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-1207/liginity/patch-mktree-documentation-v1
Pull-Request: https://github.com/git/git/pull/1207

 Documentation/git-mktree.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/git-mktree.txt b/Documentation/git-mktree.txt
index 27fe2b32e10..76b44f4da10 100644
--- a/Documentation/git-mktree.txt
+++ b/Documentation/git-mktree.txt
@@ -31,7 +31,7 @@ OPTIONS
 
 --batch::
 	Allow building of more than one tree object before exiting.  Each
-	tree is separated by as single blank line. The final new-line is
+	tree is separated by a single blank line. The final new-line is
 	optional.  Note - if the `-z` option is used, lines are terminated
 	with NUL.
 

base-commit: 5d01301f2b865aa8dba1654d3f447ce9d21db0b5
-- 
gitgitgadget

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] fix typo in git-mktree.txt
  2022-02-02  9:00 [PATCH] fix typo in git-mktree.txt lgl via GitGitGadget
@ 2022-02-02  9:33 ` Ævar Arnfjörð Bjarmason
  2022-02-02 18:32 ` Junio C Hamano
  1 sibling, 0 replies; 4+ messages in thread
From: Ævar Arnfjörð Bjarmason @ 2022-02-02  9:33 UTC (permalink / raw
  To: lgl via GitGitGadget; +Cc: git, liginity


On Wed, Feb 02 2022, lgl via GitGitGadget wrote:

> From: liginity <liginity@outlook.com>
>
> fix a typo: change "as" to "a".

Looks good, for what it's worth that typo was introduced in f1cf2d8b146
(mktree --batch: build more than one tree object, 2009-05-14)! So a very
old one.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] fix typo in git-mktree.txt
  2022-02-02  9:00 [PATCH] fix typo in git-mktree.txt lgl via GitGitGadget
  2022-02-02  9:33 ` Ævar Arnfjörð Bjarmason
@ 2022-02-02 18:32 ` Junio C Hamano
  2022-02-02 18:46   ` Junio C Hamano
  1 sibling, 1 reply; 4+ messages in thread
From: Junio C Hamano @ 2022-02-02 18:32 UTC (permalink / raw
  To: lgl via GitGitGadget; +Cc: git, lgl

"lgl via GitGitGadget" <gitgitgadget@gmail.com> writes:

> From: liginity <liginity@outlook.com>
>
> fix a typo: change "as" to "a".
>  --batch::
>  	Allow building of more than one tree object before exiting.  Each
> -	tree is separated by as single blank line. The final new-line is
> +	tree is separated by a single blank line. The final new-line is

Makes sense; will queue.

Thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] fix typo in git-mktree.txt
  2022-02-02 18:32 ` Junio C Hamano
@ 2022-02-02 18:46   ` Junio C Hamano
  0 siblings, 0 replies; 4+ messages in thread
From: Junio C Hamano @ 2022-02-02 18:46 UTC (permalink / raw
  To: lgl via GitGitGadget; +Cc: git, lgl

Junio C Hamano <gitster@pobox.com> writes:

> "lgl via GitGitGadget" <gitgitgadget@gmail.com> writes:
>
>> From: liginity <liginity@outlook.com>

No need to resend only to fix it this time, but for future
reference, please make sure your user.name (and user.email) is set
up so that they match the author identity on the Signed-off-by line.

I'll also fix this line to ...

>>    Signed-off-by: Liginity Lee liginity@outlook.com

... read

    Signed-off-by: Liginity Lee <liginity@outlook.com>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-02-02 18:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-02  9:00 [PATCH] fix typo in git-mktree.txt lgl via GitGitGadget
2022-02-02  9:33 ` Ævar Arnfjörð Bjarmason
2022-02-02 18:32 ` Junio C Hamano
2022-02-02 18:46   ` Junio C Hamano

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).