• Show log

    Commit

  • Hash : e2237179
    Author : Russell Belfer
    Date : 2013-02-20T10:58:56

    Some code cleanups in tree.c
    
    This replaces most of the explicit vector iteration with calls
    to git_vector_foreach, adds in some git__free and giterr_clear
    calls to clean up during some error paths, and a couple of
    other code simplifications.