1
0
mirror of https://github.com/git/git.git synced 2024-09-28 00:29:55 +02:00

Merge branch 'nd/indent-fix-connect-c'

* nd/indent-fix-connect-c:
  connect.c: SP after "}", not TAB
This commit is contained in:
Junio C Hamano 2014-03-25 11:07:05 -07:00
commit 34a2e88ae2

View File

@ -727,7 +727,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;