git-gui: Add Refresh to diff viewer context menu.
commit68c30b4af1b1d6f95ae6724364641aa787247f0f
authorShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 18:27:43 +0000 (21 13:27 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 22 Jan 2007 03:47:55 +0000 (21 22:47 -0500)
tree8440ebdf1435fefddf51365dd12ca6ffcd9404d4
parenta4b1786b954917294483feb176e6ca473e01b615
git-gui: Add Refresh to diff viewer context menu.

Sometimes you want to just force the diff to redisplay itself without
rescanning every file in the filesystem (as that can be very costly
on large projects and slow operating systems).  Now you can force a
diff-only refresh from the context menu.  Previously you could also
do this by reclicking on the file name in the UI, but it may not be
obvious to all users, having a context menu option makes it more
clear.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh