Ченю 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 "$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 {} {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user