diff options
| author | Heiko Voigt <hvoigt@hvoigt.net> | 2010-01-29 16:57:48 +0100 |
|---|---|---|
| committer | Shawn O. Pearce <spearce@spearce.org> | 2010-01-29 07:58:52 -0800 |
| commit | d6db1bbe1151e3acfc6f25258cfa1d48d32dcc89 (patch) | |
| tree | 142beb45c79131b0f3b62d8bddb5a473aa1ec59a /git-gui.sh | |
| parent | 87cd09f43e56de5235d09aef3ff5d840419fef49 (diff) | |
| download | git-d6db1bbe1151e3acfc6f25258cfa1d48d32dcc89.tar.gz | |
git-gui: fix shortcut for menu "Commit/Revert Changes"
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>
Diffstat (limited to 'git-gui.sh')
| -rwxr-xr-x | git-gui.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git-gui.sh b/git-gui.sh index 1fb3cbfc78..85fbc021fe 100755 --- a/git-gui.sh +++ b/git-gui.sh @@ -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} |
