- 18 Aug, 2014 1 commit
-
-
The old `allocfmt` is of no use to callers, as they are not able to free the returned buffer. Export a new API that returns a static string that doesn't need to be freed.
Vicent Marti committed
-
- 14 Aug, 2013 1 commit
-
-
Vicent Marti committed
-
- 30 Apr, 2013 1 commit
-
-
Russell Belfer committed
-
- 16 Jun, 2011 1 commit
-
-
Drop redundant methods. The ncmp method is now public
Vicent Marti committed
-
- 06 Jun, 2011 1 commit
-
-
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.
Marc Pegon committed
-
- 01 Jun, 2011 2 commits
-
-
Changed return value of git_oid_match to be consistent with the other compare methods (0 means oids match). Added method to compare prefixes of hex formatted oids.
Marc Pegon committed -
Added error for ambiguous oid prefixes. Added methods to compare the first nth hexadecimal characters (i.e. packets of 4 bits) of OIDs.
Marc Pegon committed
-