MCPcopy Create free account
hub / github.com/git/git / shell_path

Function shell_path

builtin/var.c:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58static char *shell_path(int ident_flag UNUSED)
59{
60 return git_shell_path();
61}
62
63static char *git_attr_val_system(int ident_flag UNUSED)
64{

Callers

nothing calls this directly

Calls 1

git_shell_pathFunction · 0.85

Tested by

no test coverage detected