diff options
-rw-r--r-- | share/man/just-lock.1.md | 10 |
1 files changed, 10 insertions, 0 deletions
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 ======== |