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 | Merge branch 'ld/sparse-index-bash-completion' (diff) | |
parent | fix typo in git-mktree.txt (diff) | |
download | tgif-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. |