libgit2/include
Kirill A. Shutemov 245adf4f3c index: introduce git_index_uniq() function
It removes all entries with equal path except last added.

On large indexes git_index_append() + git_index_uniq() before writing is
*much* faster, than git_index_add().

Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>
2011-07-05 17:52:39 +03:00
..
git2 index: introduce git_index_uniq() function 2011-07-05 17:52:39 +03:00
git2.h pkt-line: parse other-ref lines 2011-06-26 18:18:12 +02:00