• Show log

    Commit

  • Hash : 225fe215
    Author : Vicent Marti
    Date : 2010-06-18T13:06:34

    Add support for tree objects in revision pools
    
    Commits now store pointers to their tree objects.
    Tree objects now work as separate git_revpool_object
    entities.
    Tree objects can be loaded and parsed inedependently
    from commits.
    
    Signed-off-by: Vicent Marti <tanoku@gmail.com>