MCPcopy 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
565static void open_html(const char *path)
566{
567 execl_git_cmd("web--browse", "-c", "help.browser", path, (char *)NULL);
568}
569
570static void show_html_page(const char *page)
571{

Callers 1

show_html_pageFunction · 0.85

Calls 1

execl_git_cmdFunction · 0.85

Tested by

no test coverage detected