]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/banned'
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)
Non-reentrant time-related library functions and ctime/asctime with
awkward calling interfaces are banned from the codebase.

* jk/banned:
  banned.h: mark ctime_r() and asctime_r() as banned
  banned.h: mark non-reentrant gmtime, etc as banned


Trivial merge