From 75dcb529a73701e077daa37817556590c831fd58 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 4 Feb 2025 15:09:09 +0100 Subject: just-mr(1): Document new option --drop-only for gc-repo --- share/man/just-mr.1.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'share') diff --git a/share/man/just-mr.1.md b/share/man/just-mr.1.md index 2d80f76e..f2d4cc73 100644 --- a/share/man/just-mr.1.md +++ b/share/man/just-mr.1.md @@ -12,7 +12,7 @@ SYNOPSIS **`just-mr`** \[*`OPTION`*\]... {**`setup`**|**`setup-env`**} \[**`--all`**\] \[*`main-repo`*\] **`just-mr`** \[*`OPTION`*\]... **`fetch`** \[**`--all`**\] \[**`--backup-to-remote`**] \[**`-o`** *`fetch-dir`*\] \[*`main-repo`*\] **`just-mr`** \[*`OPTION`*\]... **`update`** \[*`repo`*\]... -**`just-mr`** \[*`OPTION`*\]... **`gc-repo`** +**`just-mr`** \[*`OPTION`*\]... **`gc-repo`** \[**`--drop-only`**\] **`just-mr`** \[*`OPTION`*\]... **`do`** \[*`JUST_ARG`*\]... **`just-mr`** \[*`OPTION`*\]... {**`version`**|**`describe`**|**`analyse`**|**`build`**|**`install`**|**`install-cas`**|**`add-to-cas`**|**`rebuild`**|**`gc`**} \[*`JUST_ARG`*\]... @@ -298,6 +298,10 @@ Every root used is added to the youngest generation. Therefore upon a call to **`gc-repo`** all roots are cleaned up that were not used since the last **`gc-repo`**. +If **`--drop-only`** is given, only the old generations are cleaned up, +without rotation. In this way, storage can be reclaimed; this might be +necessary as no perfect sharing happens between the repository generations. + do -- -- cgit v1.2.3