Junio C Hamano <gitster@xxxxxxxxx> writes: > I see most of these changes are removal of stop_httpd because it is > done as part of start_httpd() to arrange it to be called at exit. > > But ... > ... > ... I see we lost many "trap 'die' EXIT" in the orignal. Is that > something we want to lose as part of this commit? And the answer of course is that we cannot afford to, and it does not make sense to, keep it, as one of the early thing die() does is to execute the atexit cleanup scriptlets.