Commit 0bd43371c27b5fee23768c1b369bf2c62601578f

Carlos Martín Nieto 2016-09-23T12:42:33

vector, pqueue: add git_vector_reverse and git_pqueue_reverse This is a convenience function to reverse the contents of a vector and a pqueue in-place. The pqueue function is useful in the case where we're treating it as a LIFO queue.