Commit fcd324c625d8be3f368c924d787e945e5812d8dd

Russell Belfer 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.