• Show log

    Commit

  • Hash : 4732e030
    Author : Edward Thomson
    Date : 2021-01-31T00:36:54

    revspec: rename git_revparse_mode_t to git_revspec_t
    
    The information about the type of a revision spec is not information
    about the parser.  Name it accordingly, so that `git_revparse_mode_t`
    is now `git_revspec_t`.  Deprecate the old name.