• Show log

    Commit

  • Hash : 7e7859a1
    Author : Edward Thomson
    Date : 2018-11-14T21:12:55

    object_type: update enumeration names
    
    Update the `git_otype` names to reflect our current naming conventions.
    `git_otype` is now `git_object_t` and the `GIT_OBJ_*` values are now
    `GIT_OBJECT_*` values.
    
    The old macro, enumeration and structure names are retained and simply
    set to the new names.