GiTK running fixed

This commit is contained in:
Sergey Kalinin 2018-02-04 16:48:52 +03:00
parent 71f7937446
commit 19cb0a69b0
3 changed files with 8 additions and 1094 deletions

File diff suppressed because it is too large Load Diff

View File

@ -856,7 +856,7 @@ proc DoModule {mod} {
}
close $file
puts $dir
#puts "project dir - $dir"
set curDir [pwd]
case $mod {
@ -928,6 +928,8 @@ proc DoModule {mod} {
fconfigure $pipe -buffering none -blocking no
}
gitk {
cd $dir
#puts "========== $projDir $dir $curDir"
set pipe [open "|$module(gitk)" "r"]
fileevent $pipe readable
fconfigure $pipe -buffering none -blocking no
@ -1090,3 +1092,7 @@ proc TextOperation {oper} {

View File

@ -905,3 +905,4 @@ proc InsertTitle {newFile type} {
}