Commit 4732e03056b1b88fdeb3276d96dfd9400d75233a

Edward Thomson 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.