author | Adam Roben <aroben@apple.com> | |
Fri, 23 May 2008 14:19:40 +0000 (16:19 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 23 May 2008 19:06:58 +0000 (12:06 -0700) | ||
commit | 7182530d8cad5ffc396bed5d37f97cfb14b7e599 | |
tree | e2403fd0c4f6d4e13bd9ef50c7f08005d5f84dcc | tree | snapshot |
parent | d1a29af98e61de72841657bcaa86a93b38cda1c2 | commit | diff |
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>
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 | diff | blob | history |