diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-03-25 19:07:05 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-03-25 19:07:06 +0100 |
commit | 34a2e88ae28a58a3530e54a6194112c22f59c16a (patch) | |
tree | 7727da7278534d98a18385de59f8d4f661966b81 /connect.c | |
parent | Merge branch 'jk/mv-submodules-fix' (diff) | |
parent | connect.c: SP after "}", not TAB (diff) | |
download | git-34a2e88ae28a58a3530e54a6194112c22f59c16a.tar.xz git-34a2e88ae28a58a3530e54a6194112c22f59c16a.zip |
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; |