• Show log

    Commit

  • Hash : 40721f6b
    Author : Vicent Marti
    Date : 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>