libgit2

giterr_last

Deprecated
Version:

Return the last git_error object that was generated for the current thread. This is an alias of git_error_last and is preserved for backward compatibility.

This function is deprecated, but there is no plan to remove this function at this time.

Deprecations

  • Use git_error_last

See

Signature

const git_error *giterr_last();

Returns

Versions