Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/reference/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ simply dropping all parents except the first on every commit.
Produce a history where the commits specified by `<sha_N>` are replaced by the result of applying
`:filter_N` to it.

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
ancestor also has a matching entry in the `:rev(...)` it's filter will *replace* `<filter_N>`
for all further ancestors (and so on).

Expand Down