Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ looks_like_command_line_option
Function
looks_like_command_line_option
path.c:1540–1543 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1538
}
1539
1540
int looks_like_command_line_option(const char *str)
1541
{
1542
return str && str[0] ==
'-'
;
1543
}
1544
1545
char *xdg_config_home_for(const char *subdir, const char *filename)
1546
{
Callers
6
git_proxy_connect
Function · 0.85
fill_ssh_args
Function · 0.85
git_connect
Function · 0.85
check_submodule_url
Function · 0.85
parse_config
Function · 0.85
fsck_gitmodules_fn
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected