Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
843
func
getChangesOfLastCommit() string {
844
return
silentgit(
"diff"
,
"HEAD^1"
,
"--stat"
)
845
}
846
847
func
getCachedChanges() string {
848
return
silentgit(
"diff"
,
"--cached"
,
"--stat"
)
Callers
1
makeWipCommit
Function · 0.85
Calls
1
silentgit
Function · 0.85
Tested by
no test coverage detected