mirror of
https://git.proxmox.com/git/libgit2
synced 2026-03-25 15:39:16 +00:00
If the pqueue comparison fn returned just 0 or 1 (think "a<b") then the sort order of returned items could be wrong because there was a "< 0" that really needed to be "<= 0". Yikes!!! |
||
|---|---|---|
| .. | ||
| basic.c | ||
| mergebase.c | ||
| signatureparsing.c | ||
| simplify.c | ||