• Show log

    Commit

  • Hash : fcd324c6
    Author : Russell Belfer
    Date : 2013-12-06T15:04:31

    Add git_vector_free_all There are a lot of places that we call git__free on each item in a vector and then call git_vector_free on the vector itself. This just wraps that up into one convenient helper function.