commit | c049b61d42bbdbe5bf938c0fc13ad09970a945df | [log] [tgz] |
---|---|---|
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | Thu Mar 13 18:45:31 2014 +0700 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Mar 13 10:54:21 2014 -0700 |
tree | b2351bd50222dc8b4676580e339cc10cd0fd4985 | |
parent | a2036d7e00ad8aa16ba010a80078e10f0e4568a3 [diff] [blame] |
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>
diff --git a/connect.c b/connect.c index 8a013a7..3140c12 100644 --- a/connect.c +++ b/connect.c
@@ -723,7 +723,7 @@ *arg++ = port; } *arg++ = ssh_host; - } else { + } else { /* remove repo-local variables from the environment */ conn->env = local_repo_env; conn->use_shell = 1;