Добавлено обновление лога изменений

This commit is contained in:
svkalinin 2022-10-19 15:53:21 +03:00
parent 63bc430722
commit 6dec437d04
2 changed files with 2 additions and 1 deletions

View File

@ -204,6 +204,7 @@ namespace eval Git {
$w.body.tCommit delete 1.0 end $w.body.tCommit delete 1.0 end
$w.body.lCommit delete 0 end $w.body.lCommit delete 0 end
$w.body.lBox delete 0 end $w.body.lBox delete 0 end
$w.body.lLog delete 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] {

View File

@ -10,7 +10,7 @@ exec wish "$0" -- "$@"
###################################################### ######################################################
# Version: 2.0.0 # Version: 2.0.0
# Release: alpha # Release: alpha
# Build: 19102022155038 # Build: 19102022155228
###################################################### ######################################################
# определим текущую версию, релиз и т.д. # определим текущую версию, релиз и т.д.