From: Paul Mackerras Date: Sat, 10 May 2008 03:15:36 +0000 (+1000) Subject: gitk: Synchronize highlighting in file view for 'f' and 'b' commands X-Git-Tag: v1.5.6-rc0~54^2~2^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f4c54b3cc4b1bbde34fe957ac03f9862ec970de3?hp=f4c54b3cc4b1bbde34fe957ac03f9862ec970de3 gitk: Synchronize highlighting in file view for 'f' and 'b' commands This is based on a patch by Eric Raible , but does things a bit more simply. Previously, 'b', backspace, and delete all did the same thing. This changes 'b' to perform the inverse of 'f'. And both of them now highlight the filename of the currently diff. This makes it easier to review and navigate the diffs associated with a particular commit using only f, b, and space because the filename of the currently display diff will be dynamically highlighted. Signed-off-by: Paul Mackerras ---