From: Johannes Sixt Date: Thu, 13 Dec 2007 14:39:21 +0000 (+0100) Subject: git-gui: Move frequently used commands to the top of the context menu. X-Git-Tag: gitgui-0.9.1~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/fba6072ed83bfc3c0e1eb56f11476b06a3b0dfb7?hp=fba6072ed83bfc3c0e1eb56f11476b06a3b0dfb7 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 Signed-off-by: Shawn O. Pearce ---