From: Han Jiang Date: Sun, 16 Mar 2025 01:47:39 +0000 (+0000) Subject: doc: add missing commit C to the graph for --ancestry-path=H D..M X-Git-Tag: v2.50.0-rc0~157^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5af21c9acb3aa9e860e843927fb45235623216af;p=thirdparty%2Fgit.git doc: add missing commit C to the graph for --ancestry-path=H D..M The graph for `--ancestry-path=H D..M` should contain commit C. Signed-off-by: Han Jiang Acked-by: Elijah Newren Signed-off-by: Junio C Hamano --- diff --git a/Documentation/rev-list-options.adoc b/Documentation/rev-list-options.adoc index 785c0786e0..5e5cedb912 100644 --- a/Documentation/rev-list-options.adoc +++ b/Documentation/rev-list-options.adoc @@ -640,7 +640,7 @@ commits affected by that topic, we may only want to view the subset of ----------------------------------------------------------------------- E \ - G---H---I---J + C---G---H---I---J \ L--M -----------------------------------------------------------------------