Re: [PATCH v3] rebase: add a config option for --no-fork-point
From: Junio C Hamano <hidden>
Date: 2021-02-24 19:49:48
Martin Ågren [off-list ref] writes:
On Tue, 23 Feb 2021 at 08:24, Alex Henrie [off-list ref] wrote:quoted
+rebase.forkPoint: + If set to false set `--no-fork-point` option by default.This should be a double-colon at end of the line, not just a single colon, in order to make it a "description list separator". When it's just ":", it ends up being rendered literally, which isn't horrible, to be sure, but which doesn't match this item's neighbours. Martin
Thanks for your sharp eyes; will amend locally before merging it to 'next'.