OSDN Git Service

Git.pm: Add hash_and_insert_object and cat_blob
authorAdam Roben <aroben@apple.com>
Fri, 23 May 2008 14:19:40 +0000 (16:19 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 23 May 2008 19:06:58 +0000 (12:06 -0700)
commit7182530d8cad5ffc396bed5d37f97cfb14b7e599
treee2403fd0c4f6d4e13bd9ef50c7f08005d5f84dcc
parentd1a29af98e61de72841657bcaa86a93b38cda1c2
Git.pm: Add hash_and_insert_object and cat_blob

These functions are more efficient ways of executing `git hash-object -w` and
`git cat-file blob` when you are dealing with many files/objects.

Signed-off-by: Adam Roben <aroben@apple.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
perl/Git.pm