]> git.ipfire.org Git - thirdparty/git.git/commit - refspec.h
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)
commitaff81ec1c89e9eb84ecf8bc1b5c3bf1ddb593d5d
tree9b60306d2fa9539c9fc57cb6dc011fff8c091158
parent272be0db8b732617245930b92c9a79a1fc5b4398
parent22613b25ec727560bce369075503194a460f2133
Merge branch 'jc/tmp-objdir'

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