From 065eb05f3fca2b9a2a7a1fb39ca7dffd7f932f45 Mon Sep 17 00:00:00 2001 From: Steffen Prohaska Date: Thu, 3 Jul 2008 08:18:47 +0200 Subject: [PATCH] connect.c: Remove comment that will not be sent upstream --- connect.c | 1 - 1 file changed, 1 deletion(-) diff --git a/connect.c b/connect.c index 11fa151eb3..0d007f366f 100644 --- a/connect.c +++ b/connect.c @@ -596,7 +596,6 @@ struct child_process *git_connect(int fd[2], const char *url_orig, die("command line too long"); conn->in = conn->out = -1; - /* be sure to increase this size if you add more args */ conn->argv = arg = xcalloc(6, sizeof(*arg)); if (protocol == PROTO_SSH) { const char *ssh = getenv("GIT_SSH");