Ченю push

master
svkalinin 2022-10-21 11:19:54 +03:00
parent f26067b24f
commit ea9902ef74
1 changed files with 7 additions and 4 deletions

View File

@ -173,10 +173,13 @@ namespace eval Git {
lappend cmd "$url"
# lappend cmd "$activeProject"
puts "$cmd"
# set pipe [open "|$cfgVariables(gitCommand) $cmd" "RDWR"]
# fconfigure $pipe -buffering none -blocking no
# close $pipe
return
catch $cmd pipe
puts $pipe
foreach line [split $pipe "\n"] {
# puts "$line"
lappend res $line
}
return $res
}
proc Merge {} {