Commit bbcc7ffc690c4065954102530447aef4e8ccf895

Vicent Marti 2011-03-15T21:04:41

Add proper threading support to libgit2 We now depend on libpthread on all Unix platforms (should be installed by default) and use a simple wrapper for Windows threads under Win32. Signed-off-by: Vicent Marti <tanoku@gmail.com>