Code

gitk: Synchronize highlighting in file view for 'f' and 'b' commands
authorPaul Mackerras <paulus@samba.org>
Sat, 10 May 2008 03:15:36 +0000 (13:15 +1000)
committerPaul Mackerras <paulus@samba.org>
Sat, 10 May 2008 03:15:36 +0000 (13:15 +1000)
commitf4c54b3cc4b1bbde34fe957ac03f9862ec970de3
tree66652aa95d9a914e2dbd3511c793dc935667f218
parent5e3502dabb6e95e3d9420e010276f832cb68e396
gitk: Synchronize highlighting in file view for 'f' and 'b' commands

This is based on a patch by Eric Raible <raible@gmail.com>, 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 <paulus@samba.org>
gitk