Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
pkt-line: move LARGE_PACKET_MAX definition from sideband
[gitweb.git]
/
builtin
/
send-pack.c
diff --git
a/builtin/send-pack.c
b/builtin/send-pack.c
index 57a46b2654aa82b154d32eb77addd6a4f89c8e8d..87785197cd2e801f8cf5bf06b97ef030be2f7fba 100644
(file)
--- a/
builtin/send-pack.c
+++ b/
builtin/send-pack.c
@@
-79,7
+79,7
@@
static void print_helper_status(struct ref *ref)
}
strbuf_addch(&buf, '\n');
-
safe_writ
e(1, buf.buf, buf.len);
+
write_or_di
e(1, buf.buf, buf.len);
}
strbuf_release(&buf);
}