1. 20 Dec, 2017 1 commit
    • util: introduce `git__prefixncmp` and consolidate implementations · 86219f40
      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.
      Edward Thomson committed
  2. 29 May, 2015 2 commits
  3. 14 Nov, 2013 1 commit
  4. 17 Jun, 2013 1 commit
  5. 25 Jan, 2012 1 commit
  6. 14 Sep, 2011 1 commit