MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / getCommitMessage

Function getCommitMessage

evals/buffbench/gen-evals.ts:101–106  ·  view source on GitHub ↗
(repoPath: string, commitSha: string)

Source from the content-addressed store, hash-verified

99}
100
101function getCommitMessage(repoPath: string, commitSha: string): string {
102 return execSync(`git log --format=%B -n 1 ${commitSha}`, {
103 cwd: repoPath,
104 encoding: 'utf-8',
105 }).trim()
106}
107
108function printTaskResult(taskResult: {
109 id: string

Callers 1

processCommitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected