summaryrefslogtreecommitdiff
path: root/doCommit.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-19 21:12:37 -0500
committerJeff Carr <[email protected]>2025-08-19 21:12:37 -0500
commitffe615ef2ae6ef7df78b796f8eabae172e4a8e1b (patch)
tree816af052d533928ef13024652d160efc40c40736 /doCommit.go
parent456de365479bedf7ccf209c3f47f5fe593391dfd (diff)
okay
Diffstat (limited to 'doCommit.go')
-rw-r--r--doCommit.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/doCommit.go b/doCommit.go
index 26b1819..7718966 100644
--- a/doCommit.go
+++ b/doCommit.go
@@ -44,12 +44,11 @@ func doCommit() {
okExit("")
}
- if ! repo.IsDirty() {
+ if !repo.IsDirty() {
okExit("this repo is not dirty")
} else {
log.Info("repo is dirty", repo.GetFullPath())
}
- okExit("hmm")
if repo.GetCurrentBranchName() != repo.GetUserBranchName() {
found := new(gitpb.Repos)