X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-hash-object.txt;h=0924931dc136a5dbde95b666035c752cd6d3c549;hb=f1ec72ba1e52783179a7da7defaab0458c895617;hp=07d2c427c5d5364e4a1aad6ffa437361cc8f99ed;hpb=56fc63193975edd4b9f520b6c65c2b97ecd8ee38;p=git.git diff --git a/Documentation/git-hash-object.txt b/Documentation/git-hash-object.txt index 07d2c427..0924931d 100644 --- a/Documentation/git-hash-object.txt +++ b/Documentation/git-hash-object.txt @@ -8,7 +8,7 @@ git-hash-object - Computes object ID and optionally creates a blob from a file. SYNOPSIS -------- -'git-hash-object' [-t ] [-w] +'git-hash-object' [-t ] [-w] [--stdin] [--] ... DESCRIPTION ----------- @@ -29,6 +29,9 @@ OPTIONS -w:: Actually write the object into the object database. +--stdin:: + Read the object from standard input instead of from a file. + Author ------ Written by Junio C Hamano