From 413d9ee4211a78a35e753bb7d6b21211ae928fbd Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 2 Jan 2025 11:56:36 +0100 Subject: just-lock(1): Document --clone option --- share/man/just-lock.1.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/share/man/just-lock.1.md b/share/man/just-lock.1.md index bc272a9f..11bfadc6 100644 --- a/share/man/just-lock.1.md +++ b/share/man/just-lock.1.md @@ -71,6 +71,16 @@ Path to the git binary in *`PATH`* or path to the git binary. Used when shelling out to git is needed. Default: *`"git"`*. +**`--clone`** *`JSON_MAP`* +JSON map from filesystem path to pair of repository name and list of bindings. +For each map entry, the target repository, found by following the bindings from +a given start repository, after all repositories have been imported, will have +its workspace root cloned in the specified filesystem directory and its +description in the output configuration made to point to this clone. +The start repository names must be known, i.e., an initial repository or +declared import, and both the start and target repositories will be kept during +deduplication. + See also ======== -- cgit v1.2.3