connect.c: SP after "}", not TAB
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
a2036d7e00
commit
c049b61d42
|
@ -723,7 +723,7 @@ struct child_process *git_connect(int fd[2], const char *url,
|
||||||
*arg++ = port;
|
*arg++ = port;
|
||||||
}
|
}
|
||||||
*arg++ = ssh_host;
|
*arg++ = ssh_host;
|
||||||
} else {
|
} else {
|
||||||
/* remove repo-local variables from the environment */
|
/* remove repo-local variables from the environment */
|
||||||
conn->env = local_repo_env;
|
conn->env = local_repo_env;
|
||||||
conn->use_shell = 1;
|
conn->use_shell = 1;
|
||||||
|
|
Loading…
Reference in New Issue