MCPcopy Create free account
hub / github.com/remotemobprogramming/mob / lastCommitMessage

Function lastCommitMessage

squash_wip.go:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

lastCommitIsWipCommitFunction · 0.85

Calls 1

silentgitFunction · 0.85

Tested by

no test coverage detected