git-gui: Allow the user to copy the version data to the clipboard.
commit98063115920338a1a6472a22c6792b13e37012b5
authorShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 01:47:31 +0000 (20 20:47 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 07:54:19 +0000 (21 02:54 -0500)
treeeee57ffbbb91d2eabacd3190a610040e35dd44f2
parentf1cee4e6d19919f6e333f9e671c720003a9a7cec
git-gui: Allow the user to copy the version data to the clipboard.

If a user wants to report an issue they will likely want to include
the version number with their issue report.  This may be difficult
to enter if the version number includes an abbreviated commit SHA1
on the end of it.  So we now give the user a context menu option
on the version box which allows them to copy all of the relevant
version data to the clipboard, ready for pasting into a report.

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