]> asedeno.scripts.mit.edu Git - git.git/commit
Git.pm: fix documentation of hash_object
authorLea Wiemann <lewiemann@gmail.com>
Sun, 1 Jun 2008 20:26:25 +0000 (22:26 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Jun 2008 05:21:05 +0000 (22:21 -0700)
commit58c8dd217384b8d1a464a55a98c665ed108c6b15
tree53207346bac572fc7e4f155346a975af26b19382
parentf1979d6b3fba41fb6ca92290bf8e10d58ede8970
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 <LeWiemann@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
perl/Git.pm