• Show log

    Commit

  • Hash : 35221441
    Author : Sascha Cunz
    Date : 2013-11-02T03:43:34

    Checkout: Don't assert if treeish is NULL
    
    In git_checkout_tree, the first check tests if either repo or treeish is
    NULL and says that eithor of them has to have a valid value. But there
    is no code to handle the treeish == NULL case.
    
    So, do something meaningful in that case: use HEAD instead.