From 20d105a65d305c724948ce389654c74cacac013c Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Fri, 8 Mar 2024 10:21:46 +0100 Subject: gc: add option --no-rotation ... to clean up what can be done without losing cache information. --- share/man/just.1.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'share') diff --git a/share/man/just.1.md b/share/man/just.1.md index 0c72cb38..8f3e9436 100644 --- a/share/man/just.1.md +++ b/share/man/just.1.md @@ -738,6 +738,14 @@ is given by the option **`--log-operations-threshold`**, at most *`2^n`* operations will be removed, in a FIFO scheme. If unset, defaults to 14. Must be in the range \[0,255\]. +**`gc`** specific options +------------------------- + +**`--no-rotate`** +Do not rotate gargabe-collection generations. Instead, only carry +out clean up tasks that do not affect what is stored in the cache. + + EXIT STATUS =========== -- cgit v1.2.3