summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2024-03-06 16:49:28 +0100
committerOliver Reiche <oliver.reiche@huawei.com>2024-03-08 14:18:43 +0100
commitef15067da1e1615029d1a7ef835bb5278bc81c8d (patch)
tree23cc12b1fb2564cfd3cee6f42f5444f66925e6f8 /share
parenta2ffc06b03cdaf013ddf8825d60b8ee4a9dca431 (diff)
downloadjustbuild-ef15067da1e1615029d1a7ef835bb5278bc81c8d.tar.gz
doc: Update man page on Git file URLs
Diffstat (limited to 'share')
-rw-r--r--share/man/just-mr-repository-config.5.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/just-mr-repository-config.5.md b/share/man/just-mr-repository-config.5.md
index 97901061..90ae5055 100644
--- a/share/man/just-mr-repository-config.5.md
+++ b/share/man/just-mr-repository-config.5.md
@@ -100,7 +100,8 @@ It defines as workspace root a part of a Git repository.
The following fields are supported:
- *`"repository"`* provides the URL of the Git repository. This entry
- is mandatory.
+ is mandatory. Note that only URLs starting with `/`, `./`, or `file://`
+ are considered file URLs.
- *`"commit"`* contains the commit hash. This has to be specified in
hex encoding. This entry is mandatory.