Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ editor
Function
editor
builtin/var.c:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
static char *editor(int ident_flag UNUSED)
35
{
36
return xstrdup_or_null(git_editor());
37
}
38
39
static char *sequence_editor(int ident_flag UNUSED)
40
{
Callers
nothing calls this directly
Calls
2
xstrdup_or_null
Function · 0.85
git_editor
Function · 0.85
Tested by
no test coverage detected