X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=perl%2FGit.pm;h=e2141b638167d361528e8f2d83a5f4a25238fac4;hb=58c8dd217384b8d1a464a55a98c665ed108c6b15;hp=d05b633b64ac6440f8c86405beb13df281bde989;hpb=f1979d6b3fba41fb6ca92290bf8e10d58ede8970;p=git.git 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.