diff options
| author | Jeff Carr <[email protected]> | 2025-08-19 21:20:57 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-19 21:20:57 -0500 |
| commit | 2b7257fd2d6816afbdcd30b8c3c0a0d6acc44b3f (patch) | |
| tree | 745f757c960e3bdf0d0c40a5345a7f0170cfb989 /doCommit.go | |
| parent | dad2e089c35a517ae684771c56799517f5ae42bc (diff) | |
better formatting
Diffstat (limited to 'doCommit.go')
| -rw-r--r-- | doCommit.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doCommit.go b/doCommit.go index 4588353..e3ae0e9 100644 --- a/doCommit.go +++ b/doCommit.go @@ -13,7 +13,6 @@ import ( func doCommit() { if argv.All { - log.Info("do a commit everywhere") doCheckDirtyAndConfigSave() found := findDirty() var newpatches bool @@ -45,7 +44,7 @@ func doCommit() { } if !repo.CheckDirty() { - okExit(log.Sprintf("this repo %s is not dirty. Use --all to commit all changes in all repos.", repo.GetFullPath())) + okExit(log.Sprintf("this repo %s is not dirty.\n\n--all # commit all changes in all repos.\n", repo.GetFullPath())) } else { log.Info("repo is dirty", repo.GetFullPath()) } |
