Commit 40721f6b1297f2a48aeb5c9a3ac095767b1153bf

Vicent Marti 2010-07-10T11:50:16

Changed revpool's object table to support arbitrary objects git_revpool_object now has a type identifier for each object type in a revpool (commits, trees, blobs, etc). Trees can now be stored in the revision pool. git_revpool_tableit now supports filtering objects by their type when iterating through the object table. Signed-off-by: Vicent Marti <tanoku@gmail.com>