Skip to content

Commit

Permalink
git-gui: fix shortcut for menu "Commit/Revert Changes"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Heiko Voigt authored and Shawn O. Pearce committed Jan 29, 2010
1 parent 87cd09f commit d6db1bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions git-gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit d6db1bb

Please sign in to comment.