Fix
This commit is contained in:
parent
0a1699f294
commit
335d088344
|
@ -71,7 +71,7 @@ namespace eval Git {
|
||||||
catch $cmd pipe
|
catch $cmd pipe
|
||||||
puts $cmd
|
puts $cmd
|
||||||
puts $pipe
|
puts $pipe
|
||||||
if [regexp -nocase -- {^fatal:} $pipe match] {
|
if [regexp -nocase -- {^error:} $pipe match] {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
foreach line [split $pipe "\n"] {
|
foreach line [split $pipe "\n"] {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user