diff options
Diffstat (limited to 'Documentation/git-hash-object.txt')
-rw-r--r-- | Documentation/git-hash-object.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/git-hash-object.txt b/Documentation/git-hash-object.txt index 8790d19b2..a77adab14 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 <type> is not specified, it defaults to "blob". +OPTIONS +------- + +-t <type>:: + Specify the type (default: "blob"). + +-w:: + Actually write the object into the object database. Author ------ |