libgit2/include
Russell Belfer aa8f010120 Add git_oid_strcmp and use it for git_oid_streq
Add a new git_oid_strcmp that compares a string OID with a hex
oid for sort order, and then reimplement git_oid_streq using it.
This actually should speed up git_oid_streq because it only reads
as far into the string as it needs to, whereas previously it would
convert the whole string into an OID and then use git_oid_cmp.
2013-04-29 08:59:46 -07:00
..
git2 Add git_oid_strcmp and use it for git_oid_streq 2013-04-29 08:59:46 -07:00
git2.h update copyrights 2013-01-08 17:31:27 -06:00