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 /Documentation/git-cat-file.txt | |
parent | 84a978f11870824dae45c7d0fa612a10f64b3fff (diff) | |
download | git-8933364da105104b77c3a199b6cd4c4bdc30297c.tar.gz git-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>
Diffstat (limited to 'Documentation/git-cat-file.txt')
-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 7e90ce91b..075c0d05e 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 |