• Show log

    Commit

  • Hash : 8970acb7
    Author : Edward Thomson
    Date : 2020-05-15T10:29:41

    thread: don't use the global tlsdata for thread exit We want to store a pointer to emulate `pthread_exit` on Windows. Do this within the threading infrastructure so that it could potentially be re-used outside of the context of libgit2 itself.