We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06cf37c + 9f69417 commit 8ad977dCopy full SHA for 8ad977d
git-gui/lib/diff.tcl
@@ -696,6 +696,7 @@ proc apply_range_or_line {x y} {
696
set hh [$ui_diff get $i_l "$i_l + 1 lines"]
697
set hh [lindex [split $hh ,] 0]
698
set hln [lindex [split $hh -] 1]
699
+ set hln [lindex [split $hln " "] 0]
700
701
# There is a special situation to take care of. Consider this
702
# hunk:
0 commit comments