From: Han Jiang <redacted>
The graph for `--ancestry-path=H D..M` should contain commit C.
Signed-off-by: Han Jiang <redacted>
---
doc: add missing commit C to the graph for --ancestry-path=H D..M
cc:Elijah Newren newren@gmail.com,D. Ben Knoble ben.knoble@gmail.com
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1883%2Fjhcarl0814%2Fpatch_ancestry_path_doc_graph_20250315-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1883/jhcarl0814/patch_ancestry_path_doc_graph_20250315-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/1883
Documentation/rev-list-options.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/rev-list-options.adoc b/Documentation/rev-list-options.adoc
index 785c0786e0c..5e5cedb9127 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
-----------------------------------------------------------------------
base-commit: 683c54c999c301c2cd6f715c411407c413b1d84e
--
gitgitgadget