• Show log

    Commit

  • Hash : 053b5096
    Author : Carlos Martín Nieto
    Date : 2012-06-19T23:36:36

    revparse: handle a non-existent path in the colon syntax
    
    oid_for_tree_path may not always find the path in the tree, in which
    case we need to return an error. The current code doesn't do this and
    results in undefined behavior.