Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t8005: use more portable character encoding names
[gitweb.git]
/
builtin-fetch--tool.c
diff --git
a/builtin-fetch--tool.c
b/builtin-fetch--tool.c
index b1d7f8fb32fd2d2ee6cfd18ed310a5d70e9e5ceb..29356d25db910c6d90df46da87aa374467611350 100644
(file)
--- a/
builtin-fetch--tool.c
+++ b/
builtin-fetch--tool.c
@@
-246,7
+246,7
@@
static int fetch_native_store(FILE *fp,
char buffer[1024];
int err = 0;
- sigchain_push
(SIGINT,
remove_keep_on_signal);
+ sigchain_push
_common(
remove_keep_on_signal);
atexit(remove_keep);
while (fgets(buffer, sizeof(buffer), stdin)) {