From 543fe0fdfe53b43426dc46b46188b453697af2e5 Mon Sep 17 00:00:00 2001 From: svkalinin Date: Wed, 19 Oct 2022 15:42:45 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B4=D0=B8=D0=B0=D0=BB=D0=BE=D0=B3?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/git.tcl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/git.tcl b/lib/git.tcl index 5e74459..ab59328 100644 --- a/lib/git.tcl +++ b/lib/git.tcl @@ -201,8 +201,9 @@ namespace eval Git { 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 + $w.body.tCommit delete 1.0 end + $w.body.lCommit delete 0 end + $w.body.lBox delete 0 end foreach { word } [Git::Status] { # puts $word if [regexp -nocase -- {([\w\s])([\s\w?]+)\s../(.+?)} $word match v1 v2 fileName] {