From 46c617a31a6783f699b719227a024cc7031189bd Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 19 Aug 2025 21:08:45 -0500 Subject: more small fixes --- doCommit.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doCommit.go') diff --git a/doCommit.go b/doCommit.go index 61613d7..8a1298f 100644 --- a/doCommit.go +++ b/doCommit.go @@ -46,6 +46,8 @@ func doCommit() { if ! repo.IsDirty() { okExit("this repo is not dirty") + } else { + log.Info("repo is dirty", repo.GetFullPath()) } if repo.GetCurrentBranchName() != repo.GetUserBranchName() { -- cgit v1.2.3