A simple tool for filtering diff hunks.
To show only hunks that contain PATTERN, run ... | hunk PATTERN
where ...
produces a git-compatible diff.
Show hunks from the latest 10 commits of the current git branch that contain
the string "player": git log -p -n 10 --color | hunk player
cargo build
cargo test