X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-hash-object.txt;h=07d2c427c5d5364e4a1aad6ffa437361cc8f99ed;hb=069b20a198f171512a1d2d2163b40f70c94f5257;hp=4dd06f7c896c685d73abca652ab84281dac97425;hpb=215a7ad1ef790467a4cd3f0dcffbd6e5f04c38f7;p=git.git diff --git a/Documentation/git-hash-object.txt b/Documentation/git-hash-object.txt index 4dd06f7c..07d2c427 100644 --- a/Documentation/git-hash-object.txt +++ b/Documentation/git-hash-object.txt @@ -1,6 +1,5 @@ git-hash-object(1) ================== -v0.1, May 2005 NAME ---- @@ -17,7 +16,7 @@ Computes the object ID value for an object with specified type with the contents of the named file (which can be outside of the work tree), and optionally writes the resulting object into the object database. Reports its object ID to its standard output. -This is used by "git-cvsimport" to update the cache +This is used by "git-cvsimport" to update the index without modifying files in the work tree. When is not specified, it defaults to "blob". @@ -40,5 +39,5 @@ Documentation by David Greaves, Junio C Hamano and the git-list