diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2014-03-13 12:45:31 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-03-13 18:54:21 +0100 |
commit | c049b61d42bbdbe5bf938c0fc13ad09970a945df (patch) | |
tree | b2351bd50222dc8b4676580e339cc10cd0fd4985 /connect.c | |
parent | git_connect(): use common return point (diff) | |
download | git-c049b61d42bbdbe5bf938c0fc13ad09970a945df.tar.xz git-c049b61d42bbdbe5bf938c0fc13ad09970a945df.zip |
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>
Diffstat (limited to '')
-rw-r--r-- | connect.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |