Git development
 help / color / mirror / Atom feed
* [PATCH] git-gui: fix shortcut for menu "Commit/Revert Changes"
@ 2010-01-29 15:57 Heiko Voigt
  0 siblings, 0 replies; only message in thread
From: Heiko Voigt @ 2010-01-29 15:57 UTC (permalink / raw)
  To: Shawn O. Pearce; +Cc: git, Junio C Hamano

The shortcut was not properly recognized previously.

Signed-off-by: Heiko Voigt <heiko.voigt@mahr.de>
---
 git-gui.sh |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/git-gui.sh b/git-gui.sh
index debcc5f..7d54511 100755
--- a/git-gui.sh
+++ b/git-gui.sh
@@ -3550,6 +3550,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}
-- 
1.7.0.rc0.27.ge8d3a

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-01-29 15:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-29 15:57 [PATCH] git-gui: fix shortcut for menu "Commit/Revert Changes" Heiko Voigt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox