X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=index.c;h=f92b960ae46b2d43b2f46693fe086a4c4dbe3737;hb=8824689884a5673f803d77cda499f83b84145a06;hp=ad0eafedc288f2cf6b0d7c2493495087451ef466;hpb=5e80092f7e6db09a40a62e837ca3f74f0bc5ad73;p=git.git diff --git a/index.c b/index.c index ad0eafed..f92b960a 100644 --- a/index.c +++ b/index.c @@ -18,6 +18,8 @@ static void remove_lock_file(void) static void remove_lock_file_on_signal(int signo) { remove_lock_file(); + signal(SIGINT, SIG_DFL); + raise(signo); } int hold_index_file_for_update(struct cache_file *cf, const char *path)