Ченю push

This commit is contained in:
svkalinin 2022-10-21 11:19:54 +03:00
parent f26067b24f
commit ea9902ef74

View File

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