]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/tmp-objdir'
authorJunio C Hamano <gitster@pobox.com>
Mon, 17 Oct 2022 21:56:33 +0000 (14:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Oct 2022 21:56:33 +0000 (14:56 -0700)
The code to clean temporary object directories (used for
quarantine) tried to remove them inside its signal handler, which
was a no-no.

* jc/tmp-objdir:
  tmp-objdir: skip clean up when handling a signal


Trivial merge