Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* maint:
  git-gui: fix shortcut for menu "Commit/Revert Changes"
  • Loading branch information
Shawn O. Pearce committed Jan 29, 2010
2 parents 831cc7e + d6db1bb commit e1a3f28
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 @@ -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}
Expand Down

0 comments on commit e1a3f28

Please sign in to comment.