From 11279f7e7a808d5440ebfeaa734b892d202094e0 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 11 Feb 2025 08:52:48 +0100 Subject: checkout locations: support extra environment variables to inherit --- share/man/just-mr.1.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'share/man') diff --git a/share/man/just-mr.1.md b/share/man/just-mr.1.md index f2d4cc73..25658a96 100644 --- a/share/man/just-mr.1.md +++ b/share/man/just-mr.1.md @@ -90,6 +90,13 @@ This file contains a JSON object with several known keys: specifying known hostnames. When fetching from a non-local mirror, URLs with hostnames in the given list are preferred (in the order given) over URLs with other hostnames. + - the key *`"extra inherit env"`*, if given, is a list of strings + specifying additional variable names to be inherited from the + environment (besides the ones specified in *`"inherit env"`* + of the respective repository definition). This can be useful, + if the local git mirrors use a different protocol (like `ssh` + instead of `https`) and hence require different variables to + pass the credentials. This options overwrites any values set in the **`just-mrrc`**(5) file. Default: file path *`".just-local.json"`* in user's home directory. -- cgit v1.2.3