• Show log

    Commit

  • Hash : d1e44655
    Author : Edward Thomson
    Date : 2017-11-30T15:52:47

    object: introduce git_object_stringn2type Introduce an internal API to get the object type based on a length-specified (not null terminated) string representation. This can be used to compare the (space terminated) object type name in a loose object. Reimplement `git_object_string2type` based on this API.