File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### master
4
4
- if installed use ` gawk ` instead of ` awk ` (@metcalfc )
5
+ - add stored search for matching git SHAs (@jbnicolai )
5
6
6
7
### v2.1.0, Jan 01, 2015
7
8
- combine send-keys calls to reduce flickering (@toupeira )
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ proc tmux_ctrl_g {} {
25
25
sleep 0.7
26
26
}
27
27
28
- proc tmux_ctrl_h {} {
29
- send " "
28
+ proc tmux_alt_h {} {
29
+ send "h "
30
30
sleep 0.7
31
31
}
32
32
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ enter_test_git_repo
7
7
# Match regular SHA-1 hashes
8
8
#---------------------------
9
9
git_log_reverse
10
- tmux_ctrl_g
11
- assert_highlighted "29a71f6749a5413f42445372052e612e937b23d6 " "match regular SHA-1 hashes"
10
+ tmux_alt_h
11
+ assert_highlighted "935929c4c7265666e41e727f97a87d1af00a8b40 " "match regular SHA-1 hashes"
12
12
13
13
#Match shortened SHA-1 hashes
14
14
#----------------------------
15
15
git_log_reverse_short
16
- tmux_ctrl_g
17
- assert_highlighted "29a71f6 " "match shortened SHA-1 hashes"
16
+ tmux_alt_h
17
+ assert_highlighted "935929c " "match shortened SHA-1 hashes"
18
18
19
19
# quit
20
20
#-----
You can’t perform that action at this time.
0 commit comments