diff options
| author | Jeff Carr <[email protected]> | 2025-08-19 21:08:45 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-19 21:08:45 -0500 |
| commit | 46c617a31a6783f699b719227a024cc7031189bd (patch) | |
| tree | f76b9ea26d6b0e5b3e466e6c4c551b7c28998024 /doCommit.go | |
| parent | ef8240da56cb86ad487d58cae06f4f09922d317c (diff) | |
more small fixes
Diffstat (limited to 'doCommit.go')
| -rw-r--r-- | doCommit.go | 2 |
1 files changed, 2 insertions, 0 deletions
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() { |
