master
svkalinin 2022-10-19 15:40:39 +03:00
parent 0668ddd6fc
commit 78d17cb25b
1 changed files with 3 additions and 0 deletions

View File

@ -200,6 +200,9 @@ namespace eval Git {
proc DialogUpdate {w} {
global activeProject
# 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] {
# puts $word
if [regexp -nocase -- {([\w\s])([\s\w?]+)\s../(.+?)} $word match v1 v2 fileName] {