]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'bp/git-gui-bind-kp-enter'
authorJunio C Hamano <gitster@pobox.com>
Wed, 25 Apr 2018 04:28:48 +0000 (13:28 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Apr 2018 04:28:48 +0000 (13:28 +0900)
"git gui" performs commit upon CTRL/CMD+ENTER but the
CTRL/CMD+KP_ENTER (i.e. enter key on the numpad) did not have the
same key binding.  It now does.

* bp/git-gui-bind-kp-enter:
  git-gui: bind CTRL/CMD+numpad ENTER to do_commit


Trivial merge