diff options
author | Aneesh Kumar K.V <aneesh.kumar@gmail.com> | 2007-01-30 13:26:51 +0530 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-31 13:32:38 -0800 |
commit | 8933364da105104b77c3a199b6cd4c4bdc30297c (patch) | |
tree | 5bb0f825055431ea9c4585a774b1cbd8c6d38135 | |
parent | Documentation: "git-checkout <tree> <path>" takes any tree-ish (diff) | |
download | tgif-8933364da105104b77c3a199b6cd4c4bdc30297c.tar.xz |
Update git-cat-file documentation
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | Documentation/git-cat-file.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/git-cat-file.txt b/Documentation/git-cat-file.txt index 7e90ce91bc..075c0d05ef 100644 --- a/Documentation/git-cat-file.txt +++ b/Documentation/git-cat-file.txt @@ -19,7 +19,9 @@ or '-s' is used to find the object size. OPTIONS ------- <object>:: - The sha1 identifier of the object. + The name of the object to show. + For a more complete list of ways to spell object names, see + "SPECIFYING REVISIONS" section in gitlink:git-rev-parse[1]. -t:: Instead of the content, show the object type identified by |