* 'master' of https://github.com/j6t/git-gui: git-gui: use system encoding to show console output git-gui: Remove forced rescan of stat-dirty files.
This commit is contained in:
@@ -97,7 +97,7 @@ method exec {cmd {after {}}} {
|
||||
lappend cmd 2>@1
|
||||
set fd_f [_open_stdout_stderr $cmd]
|
||||
}
|
||||
fconfigure $fd_f -blocking 0 -translation binary
|
||||
fconfigure $fd_f -blocking 0 -translation binary -encoding [encoding system]
|
||||
fileevent $fd_f readable [cb _read $fd_f $after]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user