From: Elijah Newren Date: Fri, 19 Aug 2022 04:28:08 +0000 (+0000) Subject: rev-list-options.txt: fix simple typo X-Git-Tag: v2.38.0-rc0~57^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=11ea33ce444f929908990ec24c58d848373bdda3;p=thirdparty%2Fgit.git rev-list-options.txt: fix simple typo Signed-off-by: Elijah Newren Acked-by: Derrick Stolee Signed-off-by: Junio C Hamano --- diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt index 195e74eec6..2f85726745 100644 --- a/Documentation/rev-list-options.txt +++ b/Documentation/rev-list-options.txt @@ -659,7 +659,7 @@ Here, the merge commits `O` and `P` contribute extra noise, as they did not actually contribute a change to `file.txt`. They only merged a topic that was based on an older version of `file.txt`. This is a common issue in repositories using a workflow where many contributors work in -parallel and merge their topic branches along a single trunk: manu +parallel and merge their topic branches along a single trunk: many unrelated merges appear in the `--full-history` results. When using the `--simplify-merges` option, the commits `O` and `P`