Files
libgit2/tests/util/errors.c
Edward Thomson f451cb18df errors: simplify the saved-state handling
Instead of having a separate type for saving state, we can re-use the
`git_error` structure. In practice, saving the error code along with the
`git_error` information has not proven necessary or useful, so it can be
removed to simplify down to re-using a single structure.
2023-09-03 14:00:35 +01:00

6.4 KiB