X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-hash-object.txt;h=a77adab1438d5c99a31ad5b69f60af80460178dd;hb=8d0991d7d7d7e68ef39fe8d302f43110ef2c65d1;hp=8790d19b2fee26ae5b7b04d0267ed3565908a514;hpb=89ab859e9452cbc8f1f15afab52257e9b789c899;p=git.git diff --git a/Documentation/git-hash-object.txt b/Documentation/git-hash-object.txt index 8790d19b..a77adab1 100644 --- a/Documentation/git-hash-object.txt +++ b/Documentation/git-hash-object.txt @@ -21,6 +21,14 @@ This is used by "git-cvsimport-script" to update the cache without modifying files in the work tree. When is not specified, it defaults to "blob". +OPTIONS +------- + +-t :: + Specify the type (default: "blob"). + +-w:: + Actually write the object into the object database. Author ------