• Show log

    Commit

  • Hash : 7b3959b2
    Author : Sascha Cunz
    Date : 2013-11-02T03:45:32

    Checkout: git_checkout_head is git_checkout_tree without a treeish
    
    The last commit taught git_checkout_tree to actually do something
    meaningfull, when treeish was NULL. This lets us rewrite
    git_checkout_head to simply call git_checkout_tree without giving it a
    treeish.