• Show log

    Commit

  • Hash : c6f42953
    Author : Michael Schubert
    Date : 2012-07-19T17:33:48

    tree: fix ordering for git_tree_walk Josh Triplett noticed libgit2 actually does preorder entries in tree_walk_post instead of postorder. Also, we continued walking even when an error occured in the callback. Fix #773; also, allow both pre- and postorder walking.