summaryrefslogtreecommitdiff
path: root/doCommit.go
diff options
context:
space:
mode:
Diffstat (limited to 'doCommit.go')
-rw-r--r--doCommit.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/doCommit.go b/doCommit.go
index 16e1f78..e54a805 100644
--- a/doCommit.go
+++ b/doCommit.go
@@ -50,6 +50,8 @@ func doCommit() (string, error) {
return "repo must be on user branch", errors.New("repo must be on user branch")
}
+ s := log.Sprintf("%s [git commit --all]", repo.GetNamespace())
+ setTerminalTitle(s)
if err := repo.GitCommit(); err != nil {
return "git commit --all", err
}