From 58c8dd217384b8d1a464a55a98c665ed108c6b15 Mon Sep 17 00:00:00 2001 From: Lea Wiemann Date: Sun, 1 Jun 2008 22:26:25 +0200 Subject: Git.pm: fix documentation of hash_object The documentation of hash_object incorrectly states that it accepts a file handle -- in fact it doesn't, and there is even a TODO comment for this. This fixes the documentation. Signed-off-by: Lea Wiemann Signed-off-by: Junio C Hamano --- perl/Git.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'perl') diff --git a/perl/Git.pm b/perl/Git.pm index d05b633b6..e2141b638 100644 --- a/perl/Git.pm +++ b/perl/Git.pm @@ -719,9 +719,8 @@ sub ident_person { =item hash_object ( TYPE, FILENAME ) -Compute the SHA1 object id of the given C (or data waiting in -C) considering it is of the C object type (C, -C, C). +Compute the SHA1 object id of the given C considering it is +of the C object type (C, C, C). The method can be called without any instance or on a specified Git repository, it makes zero difference. -- cgit v1.2.1