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