Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Copyright header | schu | 2012-02-13 | 1 | -1/+1 |
| | | | | Signed-off-by: schu <schu-github@schulog.org> | ||||
* | threads: Fix the shared global state with TLS | Vicent Marti | 2011-11-16 | 1 | -0/+48 |
See `global.c` for a description of what we're doing. When libgit2 is built with GIT_THREADS support, the threading system must be explicitly initialized with `git_threads_init()`. |