Matheus Tavares Bernardino <matheus.bernardino@xxxxxx> writes: > On Mon, Jun 29, 2020 at 10:00 PM Junio C Hamano <gitster@xxxxxxxxx> wrote: >> >> * mt/hash-to-hex-thread-safety (2020-06-26) 2 commits >> - hex: make hash_to_hex_algop() and friends thread-safe >> - compat/win32/pthread: add pthread_once() >> >> hash_to_hex() used a set of rotating static buffers, which was not >> safe to use in a threaded environment. This has been made safer by >> using thread-local storage. >> >> Will merge to 'next'. > > I'll send a re-roll of this series to address some changes recently > suggested by Dscho [1]. > > [1]: https://lore.kernel.org/git/nycvar.QRO.7.76.6.2006291646420.56@xxxxxxxxxxxxxxxxx/ Thanks.