• Show log

    Commit

  • Hash : d80e9d55
    Author : Vicent Marti
    Date : 2010-10-31T06:01:46

    Fix in-memory commit getters trying to parse
    
    Issue 9 on the tracker. The commit object getters for in-memory objects
    were trying to parse an inexistant on-disk object when one of the commit
    attributes which were still not set was queried.
    
    We now return a NULL value when this happens.
    
    Signed-off-by: Vicent Marti <tanoku@gmail.com>