Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2016-10-03 23:49:08 +0300
committerJunio C Hamano <gitster@pobox.com>2016-10-10 23:54:02 +0300
commit526f108a271b331af9ae92796215e560e5ec4677 (patch)
tree2d8dbf7653b02509fc22c9f0e7568c67812cea43 /connected.c
parentea0fc3b4176a424a2b20eb76a6a503dc4d59cebb (diff)
check_connected: accept an env argument
This lets callers influence the environment seen by rev-list, which will be useful when we start providing quarantined objects. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'connected.c')
-rw-r--r--connected.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/connected.c b/connected.c
index 8e3e4b1dc1..136c2ac168 100644
--- a/connected.c
+++ b/connected.c
@@ -63,6 +63,7 @@ int check_connected(sha1_iterate_fn fn, void *cb_data,
_("Checking connectivity"));
rev_list.git_cmd = 1;
+ rev_list.env = opt->env;
rev_list.in = -1;
rev_list.no_stdout = 1;
if (opt->err_fd)