summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 87cd09f)
raw | patch | inline | side by side (parent: 87cd09f)
author | Heiko Voigt <hvoigt@hvoigt.net> | |
Fri, 29 Jan 2010 15:57:48 +0000 (16:57 +0100) | ||
committer | Shawn 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>
Signed-off-by: Heiko Voigt <heiko.voigt@mahr.de>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh | patch | blob | history |
diff --git a/git-gui.sh b/git-gui.sh
index 1fb3cbfc78fe07e658aa299f46fd8f55dbab1378..85fbc021fe93071c014677a509e183dcec699985 100755 (executable)
--- a/git-gui.sh
+++ b/git-gui.sh
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}