Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | threadstate: don't use an unnecessary macro | Edward Thomson | 2023-05-13 | 1 | -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 working | Edward Thomson | 2023-05-13 | 1 | -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 prefix | Edward Thomson | 2023-05-13 | 1 | -6/+6 |
| | |||||
* | refactor: `src` is now `src/libgit2` | Edward Thomson | 2022-02-22 | 1 | -0/+238 |