Git diff issue

I modified four files in the haiku/haiku tree, while running Beta1. When I run git diff, it redisplays the diff for the same file, four times. It does not display the diffs for four files, just the first one, four times. Git status displays all four files changed. Am I doing something wrong?

Hmm. It’s no longer doing this. Apparently scrollwheels work better in vim than git diff.

The scrollwheel will scroll terminal backbuffer, not the pager git diff runs in. So avoid the scrollwheel when using git diff, or set up an external diff tool maybe (but I don’t know if we have kdiff3 ported already, and ponpokodiff is a bit in an early development stage for this).