Skip to content

Commit

Permalink
Merge 'git-gui-add-2nd-line' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
Git for Windows Build Agent committed Oct 18, 2016
2 parents 07dc844 + 63f5b32 commit d9dfbb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git-gui/lib/diff.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,7 @@ proc apply_range_or_line {x y} {
set hh [$ui_diff get $i_l "$i_l + 1 lines"]
set hh [lindex [split $hh ,] 0]
set hln [lindex [split $hh -] 1]
set hln [lindex [split $hln " "] 0]

# There is a special situation to take care of. Consider this
# hunk:
Expand Down

0 comments on commit d9dfbb8

Please sign in to comment.