Matheus Tavares Bernardino <matheus.bernardino@xxxxxx> writes: > Hi, Junio > > On Mon, Aug 10, 2020 at 4:44 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. >> >> Expecting a reroll. >> cf. <CAHd-oW6A2aBHg80R9kyifvF7thwzam5EYYoN9d2TaBcHJrcKWw@xxxxxxxxxxxxxx> > > I think we can drop this one. OK. Thanks.