• Show log

    Commit

  • Hash : 88cfe614
    Author : Stefan Huber
    Date : 2016-08-24T01:20:39

    git_checkout_tree options fix
    
    According to the reference the git_checkout_tree and git_checkout_head
    functions should accept NULL in the opts field
    
    This was broken since the opts field was dereferenced and thus lead to a
    crash.