From c497d173b24b1b8247fac9e996e5c0fe690c1769 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Mon, 14 Sep 2026 21:43:23 +0200 Subject: plan 9: undo review matches review, --min-age validated, future mtimes, rule names, conflict enum, dependency gate, absolute tool paths --- man/krino.1 | 12 +++++++++--- man/krino.conf.5 | 7 +++++++ 2 files changed, 16 insertions(+), 3 deletions(-) (limited to 'man') diff --git a/man/krino.1 b/man/krino.1 index c0bba9d..fb6731f 100644 --- a/man/krino.1 +++ b/man/krino.1 @@ -142,9 +142,11 @@ is or an integer with one of .Ql s m h d w ; .Fl -min-age Cm 0 -considers even a file written a moment ago. +considers even a file written a moment ago, and a file whose modification +time is ahead of the clock. Also honoured by -.Ic explain . +.Ic explain ; +every other command refuses it. .It Fl h , Fl -help Print usage and exit. .It Fl -version @@ -308,7 +310,11 @@ Its per-file prompt is the one in without .Ic t and -.Ic d . +.Ic d , +and behaves the same way: choices are echoed, +.Ic w +applies what was decided and leaves the files it did not reach out of the +run, counted as not reviewed. .Pp An undo run cannot itself be undone: naming it to .Ic undo diff --git a/man/krino.conf.5 b/man/krino.conf.5 index 81bbb28..5153255 100644 --- a/man/krino.conf.5 +++ b/man/krino.conf.5 @@ -207,6 +207,9 @@ Built-in: .It Ic max-size A size. Files above it are skipped as too big: no rule sees them. +.Sy 0 +means unlimited, so a directory can lift a limit set in +.Ic defaults . Built-in: unlimited. .It Ic busy One or more suffixes. @@ -281,6 +284,10 @@ with a warning. (rule NAME ITEM...) .Ed .Pp +A rule's name cannot start with +.Ql \&( : +the log shows choices made in review under the rule name +.Sy (review) . Items, in any order except that actions run in the order written: .Bl -tag -width Ds .It Ic (when Ar cond No ...) -- cgit v1.3