diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-03-25 11:07:05 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-03-25 11:07:06 -0700 |
commit | 34a2e88ae28a58a3530e54a6194112c22f59c16a (patch) | |
tree | 7727da7278534d98a18385de59f8d4f661966b81 /connect.c | |
parent | 12de60ac7a870cf0717ebbd9a150100219559f83 (diff) | |
parent | c049b61d42bbdbe5bf938c0fc13ad09970a945df (diff) | |
download | git-34a2e88ae28a58a3530e54a6194112c22f59c16a.tar.gz |
Merge branch 'nd/indent-fix-connect-c'
* nd/indent-fix-connect-c:
connect.c: SP after "}", not TAB
Diffstat (limited to 'connect.c')
-rw-r--r-- | connect.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |