Ченю push
This commit is contained in:
parent
f26067b24f
commit
ea9902ef74
11
lib/git.tcl
11
lib/git.tcl
|
@ -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 {} {
|
||||
|
|
Loading…
Reference in New Issue
Block a user