diff options
author | Liginity Lee <liginity@outlook.com> | 2022-02-02 09:00:50 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-02-02 14:50:09 -0800 |
commit | 45d0212a71a656ae76e2d2a28b57417112941bdb (patch) | |
tree | 6fc923b03d55cd95f3706afc997e604d10815f64 | |
parent | Git 2.35.1 (diff) | |
download | tgif-45d0212a71a656ae76e2d2a28b57417112941bdb.tar.xz |
fix typo in git-mktree.txt
fix a typo: change "as" to "a".
Signed-off-by: Liginity Lee <liginity@outlook.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/git-mktree.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-mktree.txt b/Documentation/git-mktree.txt index 27fe2b32e1..76b44f4da1 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. |