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

Function getChangesOfLastCommit

mob.go:843–845  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

841}
842
843func getChangesOfLastCommit() string {
844 return silentgit("diff", "HEAD^1", "--stat")
845}
846
847func getCachedChanges() string {
848 return silentgit("diff", "--cached", "--stat")

Callers 1

makeWipCommitFunction · 0.85

Calls 1

silentgitFunction · 0.85

Tested by

no test coverage detected