1
0
mirror of https://github.com/git/git.git synced 2024-09-22 05:31:42 +02:00
git/perl
Petr Baudis 3c479c37f8 Git.pm: Introduce fast get_object() method
Direct .xs routine. Note that it does not work 100% correctly when
you juggle multiple repository objects, but it is not that bad either.
The trouble is that we might reuse packs information for another
Git project; that is not an issue since Git depends on uniqueness
of SHA1 ids so if we have found the object somewhere else, it is
nevertheless going to be the same object. It merely makes object
existence detection through this method unreliable; it is duly noted
in the documentation.

At least that's how I see it, I hope I didn't overlook any other
potential problem. I tested it for memory leaks and it appears to be
doing ok.

Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
2006-07-09 01:20:01 -07:00
..
.gitignore
Git.pm Git.pm: Introduce fast get_object() method 2006-07-09 01:20:01 -07:00
Git.xs Git.pm: Introduce fast get_object() method 2006-07-09 01:20:01 -07:00
Makefile.PL Git.pm: Avoid ppport.h 2006-07-02 17:14:44 -07:00
private-Error.pm