]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'tb/bugreport-no-localtime'
authorJunio C Hamano <gitster@pobox.com>
Tue, 8 Dec 2020 23:11:21 +0000 (15:11 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Dec 2020 23:11:21 +0000 (15:11 -0800)
Use of non-reentrant localtime() has been removed.

* tb/bugreport-no-localtime:
  builtin/bugreport.c: use thread-safe localtime_r()


Trivial merge