mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-31 07:39:17 +00:00
In the threading tests, I was still seeing a race condition where the same item could end up being inserted multiple times into the index. Preserving the sorted-ness of the index outside of the `index_insert` call fixes the issue. |
||
|---|---|---|
| .. | ||
| basic.c | ||
| diff.c | ||
| iterator.c | ||
| refdb.c | ||
| thread_helpers.c | ||
| thread_helpers.h | ||