From: Junio C Hamano Date: Wed, 25 Apr 2018 04:28:48 +0000 (+0900) Subject: Merge branch 'bp/git-gui-bind-kp-enter' X-Git-Tag: v2.18.0-rc0~133 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b1218e46a6255a3bdbe2af1c9c329c20722df112?hp=b1218e46a6255a3bdbe2af1c9c329c20722df112 Merge branch 'bp/git-gui-bind-kp-enter' "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 ---