diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-02-16 15:14:26 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-02-16 15:14:26 -0800 |
| commit | dd77ff8181d56f3a36fb8d67a8f54a9905dd8208 (patch) | |
| tree | 4d14b04fe4092889469f43f9db3579ed7ff98615 | |
| parent | 9d2f9a6188a563044970a0a26102c3ccc886ffff (diff) | |
| parent | 45d0212a71a656ae76e2d2a28b57417112941bdb (diff) | |
| download | git-dd77ff8181d56f3a36fb8d67a8f54a9905dd8208.tar.xz | |
Merge branch 'll/doc-mktree-typofix'
Typofix.
* ll/doc-mktree-typofix:
fix typo in git-mktree.txt
| -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. |
