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.
1 parent fcacf48 commit 1f2cecfCopy full SHA for 1f2cecf
gitk
@@ -7689,8 +7689,10 @@ proc getblobdiffline {bdf ids} {
7689
makediffhdr $fname $ids
7690
$ctext insert end "\n$line\n" filesep
7691
} elseif {![string compare -length 3 " >" $line]} {
7692
+ set line [encoding convertfrom $diffencoding $line]
7693
$ctext insert end "$line\n" dresult
7694
} elseif {![string compare -length 3 " <" $line]} {
7695
7696
$ctext insert end "$line\n" d0
7697
} elseif {$diffinhdr} {
7698
if {![string compare -length 12 "rename from " $line]} {
0 commit comments