• Show log

    Commit

  • Hash : bbcc7ffc
    Author : Vicent Marti
    Date : 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>