We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8810504 commit cd9a4bbCopy full SHA for cd9a4bb
docs/src/reference/filters.md
@@ -102,7 +102,7 @@ simply dropping all parents except the first on every commit.
102
Produce a history where the commits specified by `<sha_N>` are replaced by the result of applying
103
`:filter_N` to it.
104
105
-It will appear like all *ancestors* of `<sha_N>` are also filtered with `<filter_N>`. If an
+It will appear like `<sha_N>` and all its ancestors are also filtered with `<filter_N>`. If an
106
ancestor also has a matching entry in the `:rev(...)` it's filter will *replace* `<filter_N>`
107
for all further ancestors (and so on).
108
0 commit comments