git-gui: Move frequently used commands to the top of the context menu.
commitfba6072ed83bfc3c0e1eb56f11476b06a3b0dfb7
authorJohannes Sixt <johannes.sixt@telecom.at>
Thu, 13 Dec 2007 14:39:21 +0000 (13 15:39 +0100)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 14 Dec 2007 06:30:20 +0000 (14 01:30 -0500)
tree1896f48d5b9284c612de0f345ac80f100eae17f5
parentcfb5e104423b51aefb4d0e21a093bd9373b0af0b
git-gui: Move frequently used commands to the top of the context menu.

"Stage/Unstage Hunk" is probably the most frequently used command of the
patch context menu *and* it is not available in some other form than
the context menu. Therefore, it should go to the top. "Less Context" and
"More Context" entries are also not easily available otherwise, and are
therefore, moved second. The other entries are available via key strokes
(Copy, Paste, Refresh) or rarly used (Font Size, Options) and can go last.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh