]> git.ipfire.org Git - thirdparty/git.git/commitdiff
rev-list-options.txt: fix simple typo
authorElijah Newren <newren@gmail.com>
Fri, 19 Aug 2022 04:28:08 +0000 (04:28 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Aug 2022 17:45:07 +0000 (10:45 -0700)
Signed-off-by: Elijah Newren <newren@gmail.com>
Acked-by: Derrick Stolee <derrickstolee@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/rev-list-options.txt

index 195e74eec633ea913c0934d2b690b674360376d7..2f85726745abb0e8da6a4a800263a7a7ef3434e1 100644 (file)
@@ -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`