• Show log

    Commit

  • Hash : 476c42ac
    Author : Kirill A. Shutemov
    Date : 2011-07-02T00:41:49

    vector: implement git_vector_uniq()
    
    The routine remove duplictes from the vector. Only the last added element
    of elements with equal keys remains in the vector.
    
    Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>