MCPcopy Create free account
hub / github.com/ejoffe/spr / GitWithEditor

Method GitWithEditor

git/commit.go:6–6  ·  view source on GitHub ↗
(args string, output *string, editorCmd string)

Source from the content-addressed store, hash-verified

4
5type GitInterface interface {
6 GitWithEditor(args string, output *string, editorCmd string) error
7 Git(args string, output *string) error
8 MustGit(args string, output *string)
9 RootDir() string

Callers 2

GetLocalCommitStackFunction · 0.65
EditCommitMethod · 0.65

Implementers 3

Mockgit/mockgit/mockgit.go
gitcmdgit/realgit/realcmd.go
mockGitgithub/template/template_custom/templa

Calls

no outgoing calls

Tested by

no test coverage detected