Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ open_html
Function
open_html
builtin/help.c:565–568 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
563
}
564
565
static void open_html(const char *path)
566
{
567
execl_git_cmd(
"web--browse"
,
"-c"
,
"help.browser"
, path, (char *)NULL);
568
}
569
570
static void show_html_page(const char *page)
571
{
Callers
1
show_html_page
Function · 0.85
Calls
1
execl_git_cmd
Function · 0.85
Tested by
no test coverage detected