Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/oid.h
AgeCommit message (Collapse)Author
2013-08-14oid: Helper for old-school hashcmpvmg/no-lookupVicent Marti
2013-04-30Add new src/oid.hRussell Belfer
2011-06-16oid: Uniformize ncmp methodsVicent Marti
Drop redundant methods. The ncmp method is now public
2011-06-06Renamed git_oid_match to git_oid_ncmp.Marc Pegon
As suggested by carlosmn, git_oid_ncmp would probably be a better name than git_oid_match, for it does the same as git_oid_cmp but only up to a certain amount of hex digits.
2011-06-02Changed return value of git_oid_match to be consistent with the other ↵Marc Pegon
compare methods (0 means oids match). Added method to compare prefixes of hex formatted oids.
2011-06-02Added error for ambiguous oid prefixes. Added methods to compare the first ↵Marc Pegon
nth hexadecimal characters (i.e. packets of 4 bits) of OIDs.