Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-03-18 04:58:25 +0300
committerJunio C Hamano <gitster@pobox.com>2009-03-18 04:58:25 +0300
commit6e5660a7ab20275d80262d0a21bc6c52eead9cd7 (patch)
treebb08b057a189b014f108f926c3caa217837cf28d /builtin-fetch-pack.c
parent9e6433a21033ed55d0d53aa9fa2ac50057ce91ac (diff)
parent1897713fbd96229f3581b8e8a5653da917882195 (diff)
Merge branch 'js/sideband-stderr'
* js/sideband-stderr: winansi: support ESC [ K (erase in line) recv_sideband: Bands #2 and #3 always go to stderr
Diffstat (limited to 'builtin-fetch-pack.c')
-rw-r--r--builtin-fetch-pack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-fetch-pack.c b/builtin-fetch-pack.c
index 29f4315e92..d571253a56 100644
--- a/builtin-fetch-pack.c
+++ b/builtin-fetch-pack.c
@@ -482,7 +482,7 @@ static int sideband_demux(int fd, void *data)
{
int *xd = data;
- return recv_sideband("fetch-pack", xd[0], fd, 2);
+ return recv_sideband("fetch-pack", xd[0], fd);
}
static int get_pack(int xd[2], char **pack_lockfile)