diff options
author | Johannes Sixt <j6t@kdbg.org> | 2013-11-28 20:48:45 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-12-09 14:54:47 -0800 |
commit | d98d109979760bed1909fbf5e56cbb6239980095 (patch) | |
tree | f27a651fdcf226cc34900dfef087118d388e0f4d /test-parse-options.c | |
parent | 2171f3d2aa1412a744545c07b28003a7ff4af5df (diff) | |
download | git-d98d109979760bed1909fbf5e56cbb6239980095.tar.gz |
git_connect: remove artificial limit of a remote command
Since day one, function git_connect() had a limit on the command line of
the command that is invoked to make a connection. 7a33bcbe converted the
code that constructs the command to strbuf. This would have been the
right time to remove the limit, but it did not happen. Remove it now.
git_connect() uses start_command() to invoke the command; consequently,
the limits of the system still apply, but are diagnosed only at execve()
time. But these limits are more lenient than the 1K that git_connect()
imposed.
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Torsten Bögershausen <tboegi@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'test-parse-options.c')
0 files changed, 0 insertions, 0 deletions