Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
type
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
GetLocalCommitStack
Function · 0.65
EditCommit
Method · 0.65
Implementers
3
Mock
git/mockgit/mockgit.go
gitcmd
git/realgit/realcmd.go
mockGit
github/template/template_custom/templa
Calls
no outgoing calls
Tested by
no test coverage detected