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. - : 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