/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Prepare larger packet buffer for upload-pack protocol.
[git/git.git]
/
fetch-clone.c
diff --git
a/fetch-clone.c
b/fetch-clone.c
index
b62feac
..
b632ca0
100644
(file)
--- a/
fetch-clone.c
+++ b/
fetch-clone.c
@@
-115,7
+115,7
@@
static pid_t setup_sideband(int sideband, const char *me, int fd[2], int xd[2])
die("%s: unable to fork off sideband demultiplexer", me);
if (!side_pid) {
/* subprocess */
- char buf[
DEFAULT
_PACKET_MAX];
+ char buf[
LARGE
_PACKET_MAX];
close(fd[0]);
if (xd[0] != xd[1])