Commit 58d06cf120eb9bb9247bb807bb105981bb3482a8

Vicent Marti 2011-03-10T01:06:24

Rewrite the Pack backend The new pack backend is an adaptation of the original git.git code in `sha1_file.c`. It's slightly faster than the previous version and severely less memory-hungry. The call-stack of a normal pack backend query has been properly documented in the top of the header for future reference. And by properly I mean with ASCII diagrams 'n shit.