Code

git-gui: fix shortcut for menu "Commit/Revert Changes"
authorHeiko Voigt <hvoigt@hvoigt.net>
Fri, 29 Jan 2010 15:57:48 +0000 (16:57 +0100)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 29 Jan 2010 15:58:52 +0000 (07:58 -0800)
The shortcut was not properly recognized previously.

Signed-off-by: Heiko Voigt <heiko.voigt@mahr.de>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh

index 1fb3cbfc78fe07e658aa299f46fd8f55dbab1378..85fbc021fe93071c014677a509e183dcec699985 100755 (executable)
@@ -3371,6 +3371,8 @@ bind .   <$M1B-Key-s> do_signoff
 bind .   <$M1B-Key-S> do_signoff
 bind .   <$M1B-Key-t> do_add_selection
 bind .   <$M1B-Key-T> do_add_selection
+bind .   <$M1B-Key-j> do_revert_selection
+bind .   <$M1B-Key-J> do_revert_selection
 bind .   <$M1B-Key-i> do_add_all
 bind .   <$M1B-Key-I> do_add_all
 bind .   <$M1B-Key-minus> {show_less_context;break}