summaryrefslogtreecommitdiff
path: root/gitk
diff options
context:
space:
mode:
authorMax Kirillov <max@max630.net>2014-07-08 20:45:35 (GMT)
committerPaul Mackerras <paulus@samba.org>2014-08-08 06:39:02 (GMT)
commitd4ec30b24a8ad076771064ac71dbe5420512cc30 (patch)
treeaf35c4582ada609280f483835fe306f62d58fe74 /gitk
parentbde4a0f9f3035d482a80c32b4a485333b9ed4875 (diff)
downloadgit-d4ec30b24a8ad076771064ac71dbe5420512cc30.zip
git-d4ec30b24a8ad076771064ac71dbe5420512cc30.tar.gz
git-d4ec30b24a8ad076771064ac71dbe5420512cc30.tar.bz2
gitk: Add keybinding to switch to parent commit
Signed-off-by: Max Kirillov <max@max630.net> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'gitk')
-rwxr-xr-xgitk12
1 files changed, 12 insertions, 0 deletions
diff --git a/gitk b/gitk
index c8df35d..3520bda 100755
--- a/gitk
+++ b/gitk
@@ -2594,6 +2594,9 @@ proc makewindow {} {
bind $ctext $ctxbut {pop_diff_menu %W %X %Y %x %y}
bind $ctext <Button-1> {focus %W}
bind $ctext <<Selection>> rehighlight_search_results
+ for {set i 1} {$i < 10} {incr i} {
+ bind . <$M1B-Key-$i> [list go_to_parent $i]
+ }
set maincursor [. cget -cursor]
set textcursor [$ctext cget -cursor]
@@ -3017,6 +3020,7 @@ proc keys {} {
[mc "<Down>, n, j Move down one commit"]
[mc "<Left>, z, h Go back in history list"]
[mc "<Right>, x, l Go forward in history list"]
+[mc "<%s-n> Go to n-th parent of current commit in history list" $M1T]
[mc "<PageUp> Move up one page in commit list"]
[mc "<PageDown> Move down one page in commit list"]
[mc "<%s-Home> Scroll to top of commit list" $M1T]
@@ -7497,6 +7501,14 @@ proc goforw {} {
}
}
+proc go_to_parent {i} {
+ global parents curview targetid
+ set ps $parents($curview,$targetid)
+ if {[llength $ps] >= $i} {
+ selbyid [lindex $ps [expr $i - 1]]
+ }
+}
+
proc gettree {id} {
global treefilelist treeidlist diffids diffmergeid treepending
global nullid nullid2