Commit c3320aca7640386a2cfc0c785560ff4d36851ef9

Justin Spahr-Summers 2012-12-09T02:22:50

git__mwindow_mutex needs to be initialized even with pthreads This could also use PTHREAD_MUTEX_INITIALIZER, but a dynamic initializer seems like a more portable concept, and we won't need another #define on top of git_mutex_init()