• Show log

    Commit

  • Hash : 20961b98
    Author : Edward Thomson
    Date : 2018-12-26T14:06:21

    git_error: use full class name in public error API Move to the `git_error` name in error-related functions, deprecating the `giterr` functions. This means, for example, that `giterr_last` is now `git_error_last`. The old names are retained for compatibility. This only updates the public API; internal API and function usage remains unchanged.