X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-hash-object.txt;h=5edc36f060f7cf6444dd016cbb7e073af923f5db;hb=50cfde14531a5b354bbc3a070fe39c1ee86e2915;hp=07d2c427c5d5364e4a1aad6ffa437361cc8f99ed;hpb=f7a2eb735982e921ae4379f1dcf5f7a023610393;p=git.git diff --git a/Documentation/git-hash-object.txt b/Documentation/git-hash-object.txt index 07d2c427c..5edc36f06 100644 --- a/Documentation/git-hash-object.txt +++ b/Documentation/git-hash-object.txt @@ -3,12 +3,12 @@ git-hash-object(1) NAME ---- -git-hash-object - Computes object ID and optionally creates a blob from a file. +git-hash-object - Compute 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