Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ split_cmdline_strerror
Function
split_cmdline_strerror
alias.c:182–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
}
181
182
const char *split_cmdline_strerror(int split_cmdline_errno)
183
{
184
return split_cmdline_errors[-split_cmdline_errno - 1];
185
}
Callers
8
run_shell
Function · 0.85
cmd_main
Function · 0.85
parse_strategy_opts
Function · 0.85
handle_alias
Function · 0.85
setup_pager_env
Function · 0.85
get_default_ssh_signing_key
Function · 0.85
check_git_cmd
Function · 0.85
parse_branch_merge_options
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected