summaryrefslogtreecommitdiffstats
path: root/man1/git-hash-object.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-hash-object.1')
-rw-r--r--man1/git-hash-object.114
1 files changed, 9 insertions, 5 deletions
diff --git a/man1/git-hash-object.1 b/man1/git-hash-object.1
index 2ef081e5c..0b3f6e44a 100644
--- a/man1/git-hash-object.1
+++ b/man1/git-hash-object.1
@@ -2,12 +2,12 @@
.\" Title: git-hash-object
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2023-07-04
+.\" Date: 2023-07-06
.\" Manual: Git Manual
-.\" Source: Git 2.41.0.250.ga646b86cd1
+.\" Source: Git 2.41.0.318.g061c58647e
.\" Language: English
.\"
-.TH "GIT\-HASH\-OBJECT" "1" "2023\-07\-04" "Git 2\&.41\&.0\&.250\&.ga646b8" "Git Manual"
+.TH "GIT\-HASH\-OBJECT" "1" "2023\-07\-06" "Git 2\&.41\&.0\&.318\&.g061c58" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -28,7 +28,7 @@
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
-git-hash-object \- Compute object ID and optionally creates a blob from a file
+git-hash-object \- Compute object ID and optionally create an object from a file
.SH "SYNOPSIS"
.sp
.nf
@@ -44,7 +44,11 @@ Computes the object ID value for an object with specified type with the contents
.PP
\-t <type>
.RS 4
-Specify the type (default: "blob")\&.
+Specify the type of object to be created (default: "blob")\&. Possible values are
+\fBcommit\fR,
+\fBtree\fR,
+\fBblob\fR, and
+\fBtag\fR\&.
.RE
.PP
\-w