Fix
This commit is contained in:
parent
0668ddd6fc
commit
78d17cb25b
|
@ -200,6 +200,9 @@ namespace eval Git {
|
||||||
proc DialogUpdate {w} {
|
proc DialogUpdate {w} {
|
||||||
global activeProject
|
global activeProject
|
||||||
# Git repo status
|
# Git repo status
|
||||||
|
$w.body.t delete 1.0 end
|
||||||
|
$w.body.lCommit delete 1.0 end
|
||||||
|
$w.body.lBox delete 1.0 end
|
||||||
foreach { word } [Git::Status] {
|
foreach { word } [Git::Status] {
|
||||||
# puts $word
|
# puts $word
|
||||||
if [regexp -nocase -- {([\w\s])([\s\w?]+)\s../(.+?)} $word match v1 v2 fileName] {
|
if [regexp -nocase -- {([\w\s])([\s\w?]+)\s../(.+?)} $word match v1 v2 fileName] {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user