summaryrefslogtreecommitdiffstats
path: root/man1/git-mktree.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-mktree.1')
-rw-r--r--man1/git-mktree.110
1 files changed, 5 insertions, 5 deletions
diff --git a/man1/git-mktree.1 b/man1/git-mktree.1
index 1d944d1dd..53fc8947c 100644
--- a/man1/git-mktree.1
+++ b/man1/git-mktree.1
@@ -2,12 +2,12 @@
.\" Title: git-mktree
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2023-10-20
+.\" Date: 2023-10-23
.\" Manual: Git Manual
-.\" Source: Git 2.42.0.424.gceadf0f3cf
+.\" Source: Git 2.42.0.482.g2e8e77cbac
.\" Language: English
.\"
-.TH "GIT\-MKTREE" "1" "2023\-10\-20" "Git 2\&.42\&.0\&.424\&.gceadf0" "Git Manual"
+.TH "GIT\-MKTREE" "1" "2023\-10\-23" "Git 2\&.42\&.0\&.482\&.g2e8e77" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -49,12 +49,12 @@ output instead\&.
.PP
\-\-missing
.RS 4
-Allow missing objects\&. The default behaviour (without this option) is to verify that each tree entry\(cqs sha1 identifies an existing object\&. This option has no effect on the treatment of gitlink entries (aka "submodules") which are always allowed to be missing\&.
+Allow missing objects\&. The default behaviour (without this option) is to verify that each tree entry\(cqs hash identifies an existing object\&. This option has no effect on the treatment of gitlink entries (aka "submodules") which are always allowed to be missing\&.
.RE
.PP
\-\-batch
.RS 4
-Allow building of more than one tree object before exiting\&. Each tree is separated by a single blank line\&. The final new\-line is optional\&. Note \- if the
+Allow building of more than one tree object before exiting\&. Each tree is separated by a single blank line\&. The final newline is optional\&. Note \- if the
\fB\-z\fR
option is used, lines are terminated with NUL\&.
.RE