From: Shawn O. Pearce Date: Mon, 13 Nov 2006 02:11:12 +0000 (-0500) Subject: git-gui: Allow the user to copy name of the file in the diff viewer. X-Git-Tag: gitgui-0.6.0~222 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c11b5f20d3bc2e8bc4fcd965b16e1575b87c0d5f?hp=c11b5f20d3bc2e8bc4fcd965b16e1575b87c0d5f git-gui: Allow the user to copy name of the file in the diff viewer. There's a lot of reasons why the user might need to obtain the complete (or just part of) path of a file which they are currently viewing in the diff viewer pane. So now we allow selection on this widget by using a text widget instead of a label. We also offer a context menu which has actions for copying the selection or the entire value onto the clipboard. Signed-off-by: Shawn O. Pearce ---