diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-07-17 14:47:16 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-07-19 17:07:15 +0200 |
commit | 96ec7cee239716fa5b789a886a2ae3235b16bf3b (patch) | |
tree | a7cda92e5cb4ab59dfb67b8705f254f877259a8d /share | |
parent | 2296759242b9d057e356170973762b76d9644c6d (diff) | |
download | justbuild-96ec7cee239716fa5b789a886a2ae3235b16bf3b.tar.gz |
just-mr: add subcommand gc-repo
Diffstat (limited to 'share')
-rw-r--r-- | share/man/just-mr.1.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/share/man/just-mr.1.md b/share/man/just-mr.1.md index ea420a97..dcb32697 100644 --- a/share/man/just-mr.1.md +++ b/share/man/just-mr.1.md @@ -329,6 +329,14 @@ This subcommand is the explicit way of specifying *known* just subcommands and calling **`just`** via **`execvp`**(2). The same description as for the **`do`** subcommand applies. +**`gc-repo`** +------------- + +Rotate the repository-root generations. In this way, all repository +roots not needed since the the last call to **`gc-repo`** are purged +and the corresponding disk space reclaimed. + + EXIT STATUS =========== |