Junio C Hamano <junkio@xxxxxxx> writes: > Jonas Fonseca <fonseca@xxxxxxx> writes: > >> Below is my feeble attempt at a (tested) fix. >> >> diff --git a/fetch.c b/fetch.c >> index e040ef9..861dc60 100644 >> --- a/fetch.c >> +++ b/fetch.c >> @@ -1,3 +1,5 @@ >> +#include <signal.h> >> + >> #include "fetch.h" > > I suspect you could do something similar to what we already do > for index updates using atexit(). Let me take a look. Indeed it turns out that the signal work Pasky did in index.c is exactly suitable for this. I've pushed out three patches in "next" -- a few more eyeballs are appreciated on this one. - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html