summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-03-19 23:47:22 -0700
committerJunio C Hamano <junkio@cox.net>2007-03-19 23:47:22 -0700
commitbb95e19c5f1e470d2efe1c0e4e04c291019e4b25 (patch)
treeec5a6bb294548cd927acb191dd48171ebf4ecf66
parent7e8c8255e9bf33dd046b95c4bd1ef554ad3c71b2 (diff)
parente7a0919115ee15b21a557609c2268e24497c1059 (diff)
downloadgit-bb95e19c5f1e470d2efe1c0e4e04c291019e4b25.tar.gz
Merge git://git2.kernel.org/pub/scm/gitk/gitk
* git://git2.kernel.org/pub/scm/gitk/gitk: [PATCH] gitk: bind <F5> key to Update (reread commits)
-rwxr-xr-xgitk2
1 files changed, 2 insertions, 0 deletions
diff --git a/gitk b/gitk
index 9ddff3e7f7..1cd2a8f528 100755
--- a/gitk
+++ b/gitk
@@ -720,6 +720,7 @@ proc makewindow {} {
bindkey <Key-Return> {findnext 0}
bindkey ? findprev
bindkey f nextfile
+ bindkey <F5> updatecommits
bind . <Control-q> doquit
bind . <Control-f> dofind
bind . <Control-g> {findnext 0}
@@ -985,6 +986,7 @@ f Scroll diff view to next file
<Ctrl-plus> Increase font size
<Ctrl-KP-> Decrease font size
<Ctrl-minus> Decrease font size
+<F5> Update
} \
-justify left -bg white -border 2 -relief sunken
pack $w.m -side top -fill both