Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ git_attr
Function
git_attr
attr.c:258–261 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
256
}
257
258
const struct git_attr *git_attr(const char *name)
259
{
260
return git_attr_internal(name, strlen(name));
261
}
262
263
static const char blank[] =
" \t\r\n"
;
264
Callers
3
attr_check_initl
Function · 0.70
compute_builtin_attr
Function · 0.70
git_all_attrs
Function · 0.70
Calls
1
git_attr_internal
Function · 0.85
Tested by
no test coverage detected