mirror of
https://github.com/git/git.git
synced 2026-03-13 10:23:30 +01:00
connect.c: Remove comment that will not be sent upstream
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user