[PATCH] fix typo in git-mktree.txt
From: lgl via GitGitGadget <hidden>
Date: 2022-02-02 09:01:00
Subsystem:
documentation, the rest · Maintainers:
Jonathan Corbet, Linus Torvalds
From: lgl via GitGitGadget <hidden>
Date: 2022-02-02 09:01:00
Subsystem:
documentation, the rest · Maintainers:
Jonathan Corbet, Linus Torvalds
From: liginity <redacted>
fix a typo: change "as" to "a".
Signed-off-by: Liginity Lee <redacted>
---
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