• Show log

    Commit

  • Hash : 26b21b39
    Author : Edward Thomson
    Date : 2018-11-14T22:48:10

    object_type: remove unused object type flags
    
    The two "reserved" bits in `git_object_t` are unused.  They were
    included for completeness, but downstream users should never use them
    and they should not have been made public.
    
    These values are never set.
    
    With the refactoring of `git_otype` into `git_object_t`, we can remove
    these from the new API.  They will remain in the old (deprecated) API
    in the unlikely event that someone was using them.