Skip to content

Commit 1d76e69

Browse files
committed
Merge branch 'jc/doc-hash-object-types'
Doc update. * jc/doc-hash-object-types: docs: add git hash-object -t option's possible values
2 parents 391414e + d4f2827 commit 1d76e69

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Documentation/git-hash-object.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ git-hash-object(1)
33

44
NAME
55
----
6-
git-hash-object - Compute object ID and optionally creates a blob from a file
6+
git-hash-object - Compute object ID and optionally create an object from a file
77

88

99
SYNOPSIS
@@ -25,7 +25,8 @@ OPTIONS
2525
-------
2626

2727
-t <type>::
28-
Specify the type (default: "blob").
28+
Specify the type of object to be created (default: "blob"). Possible
29+
values are `commit`, `tree`, `blob`, and `tag`.
2930

3031
-w::
3132
Actually write the object into the object database.

0 commit comments

Comments
 (0)