зеркало из https://github.com/microsoft/git.git
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>
This commit is contained in:
Родитель
a2036d7e00
Коммит
c049b61d42
|
@ -723,7 +723,7 @@ struct child_process *git_connect(int fd[2], const char *url,
|
|||
*arg++ = port;
|
||||
}
|
||||
*arg++ = ssh_host;
|
||||
} else {
|
||||
} else {
|
||||
/* remove repo-local variables from the environment */
|
||||
conn->env = local_repo_env;
|
||||
conn->use_shell = 1;
|
||||
|
|
Загрузка…
Ссылка в новой задаче