docs: add git hash-object -t option's possible values
commitd4f28279ada8c8dce6cb13a0c4a13b8d06000af8
authorJohn Cai <johncai86@gmail.com>
Thu, 29 Jun 2023 02:07:53 +0000 (29 02:07 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 29 Jun 2023 06:00:10 +0000 (28 23:00 -0700)
treea880914f7487c1baac2712a95c138f341c5c1d73
parentfe86abd7511a9a6862d5706c6fa1d9b57a63ba09
docs: add git hash-object -t option's possible values

The summary under the NAME section for git hash-object can mislead
readers to conclude that the command can only be used to create blobs,
whereas the description makes it clear that it can be used to create
objects, not just blobs. Let's clarify the one-line summary.

Further, the description for the option -t does not list out other types
that can be used when creating objects. Let's make this explicit by
listing out the different object types.

Signed-off-by: John Cai <johncai86@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-hash-object.txt