summaryrefslogtreecommitdiff
path: root/src/libgit2/errors.c
Commit message (Collapse)AuthorAgeFilesLines
* threadstate: don't use an unnecessary macroEdward Thomson2023-05-131-8/+8
| | | | | Now that we've reduced the usage of GIT_THREADSTATE, remove it entirely in favor of git_threadstate_get().
* errors: don't rely on tls data workingEdward Thomson2023-05-131-13/+68
| | | | | | Thread-local storage data may fail to initialize; in this case, do not try to set the error message into it. When the thread state has not been initialized, return a hardcoded message to that affect.
* errors: drop unneccessary g_git prefixEdward Thomson2023-05-131-6/+6
|
* refactor: `src` is now `src/libgit2`Edward Thomson2022-02-221-0/+238