Skip to content

Commit f1dea1d

Browse files
author
Git for Windows Build Agent
committed
Merge 'git-gui-add-2nd-line' into HEAD
2 parents 41fbc9c + bef3566 commit f1dea1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

git-gui/lib/diff.tcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,7 @@ proc apply_range_or_line {x y} {
696696
set hh [$ui_diff get $i_l "$i_l + 1 lines"]
697697
set hh [lindex [split $hh ,] 0]
698698
set hln [lindex [split $hh -] 1]
699+
set hln [lindex [split $hln " "] 0]
699700

700701
# There is a special situation to take care of. Consider this
701702
# hunk:

0 commit comments

Comments
 (0)