From 1783136fa37cb502d07ce2e4bb0474cd3a0ff1f2 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 28 Aug 2026 00:46:37 +0100 Subject: Split subpaths selected by extract path range into discrete fragments. When `domagi extract` is given a path range, it may select discontinuous fragments of other paths. These fragments must be output as separate paths, not erroneously merged together. --- doc/domagi-extract.dbk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/domagi-extract.dbk') diff --git a/doc/domagi-extract.dbk b/doc/domagi-extract.dbk index d20afd9..9671d33 100644 --- a/doc/domagi-extract.dbk +++ b/doc/domagi-extract.dbk @@ -32,6 +32,11 @@ Extract segments in PATH_RANGE, specified in the path[:pos1[-pos2]] format. pos1 and pos2 are 0-based coordinates. The extracted segments include pos1 (inclusive) but not pos2 (exclusive). + + + + Bridge subpaths that are separated by less than DISTANCE. Default DISTANCE is 300000. This reduces the fragmentation of paths that are unspecified in the input path ranges. Set DISTANCE to 0 to disable bridging. + -- cgit 1.4.1