projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75a46f6
)
Documentation: hash-object.
author
Junio C Hamano
<junkio@cox.net>
Tue, 6 Dec 2005 06:36:22 +0000
(22:36 -0800)
committer
Junio C Hamano
<junkio@cox.net>
Tue, 6 Dec 2005 06:36:22 +0000
(22:36 -0800)
The file parameter is better spelled just "file", not "any file
on the filesystem". We stress that in the description text
later anyway.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-hash-object.txt
patch
|
blob
|
history
diff --git
a/Documentation/git-hash-object.txt
b/Documentation/git-hash-object.txt
index
07d2c42
..
db12e92
100644
(file)
--- 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 <type>] [-w] <
any-file-on-the-filesystem
>
+'git-hash-object' [-t <type>] [-w] <
file
>
DESCRIPTION
-----------