()
| 42 | } |
| 43 | |
| 44 | func lastCommitMessage() string { |
| 45 | return silentgit("log", "-1", "--pretty=format:%B") |
| 46 | } |
| 47 | |
| 48 | func sayLastCommitsWithMessage(currentBaseBranch string, currentWipBranch string) { |
| 49 | commitsBaseWipBranch := currentBaseBranch + ".." + currentWipBranch |
no test coverage detected