Skip to content

Commit cd9a4bb

Browse files
authored
correct description of :rev filter (#1322)
1 parent 8810504 commit cd9a4bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/reference/filters.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ simply dropping all parents except the first on every commit.
102102
Produce a history where the commits specified by `<sha_N>` are replaced by the result of applying
103103
`:filter_N` to it.
104104

105-
It will appear like all *ancestors* of `<sha_N>` are also filtered with `<filter_N>`. If an
105+
It will appear like `<sha_N>` and all its ancestors are also filtered with `<filter_N>`. If an
106106
ancestor also has a matching entry in the `:rev(...)` it's filter will *replace* `<filter_N>`
107107
for all further ancestors (and so on).
108108

0 commit comments

Comments
 (0)