• Show log

    Commit

  • Hash : 0bd43371
    Author : Carlos Martín Nieto
    Date : 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.