diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-04-24 17:08:02 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-04-25 16:34:02 +0200 |
commit | b61e6ac8e042f9bcc684c10f085553455b13fab1 (patch) | |
tree | 7c65b078fe13964e12ef651a6e5ba8cdb0b66bfc /share/man | |
parent | 61d8ba2b7b60c3181258508954bd83c99aff1397 (diff) | |
download | justbuild-b61e6ac8e042f9bcc684c10f085553455b13fab1.tar.gz |
just-import-git: support importing repositories as absent
This allows to simply specify the direct dependencies desired
to be absent at import where the dependency structure is handled
anyway, rather than afterwards reconstructing which repositories
should be absent.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/just-import-git.1.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/just-import-git.1.md b/share/man/just-import-git.1.md index b3eca023..83eb2e6e 100644 --- a/share/man/just-import-git.1.md +++ b/share/man/just-import-git.1.md @@ -82,6 +82,9 @@ for a single repository. Useful, if the repository to be imported does not have a repository configuration or should be imported without dependencies. +**`--absent`** +Add the pragma `{"absent": true}` to all imported repositories. + **`--mirror`** *`URL`* Provides an alternative fetch location for the imported repository. Specifying this option multiple times will accumulate URLs in the order |