Files
Edward Thomson 86219f4068 util: introduce git__prefixncmp and consolidate implementations
Introduce `git_prefixncmp` that will search up to the first `n`
characters of a string to see if it is prefixed by another string.
This is useful for examining if a non-null terminated character
array is prefixed by a particular substring.

Consolidate the various implementations of `git__prefixcmp` around a
single core implementation and add some test cases to validate its
behavior.
2017-12-20 16:08:01 +00:00
..
2016-03-31 10:41:33 -04:00
2013-11-14 14:05:52 -08:00
2015-09-13 13:52:23 -04:00
2013-11-14 14:05:52 -08:00
2015-06-15 09:55:12 -07:00
2016-11-18 16:52:28 +00:00
2014-12-16 10:08:43 -06:00
2015-09-27 23:32:20 +02:00
2013-11-14 14:05:52 -08:00
2017-02-17 11:41:06 +01:00
2016-02-22 23:07:30 -05:00
2013-11-14 14:05:52 -08:00
2013-11-14 14:05:52 -08:00
2017-10-23 20:02:35 +02:00
2017-02-17 11:41:06 +01:00
2016-06-29 13:32:18 +05:30
2016-07-05 18:10:24 +03:00
2016-10-27 11:26:52 +02:00