Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ no_wildcard
Function
no_wildcard
dir.c:692–695 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
690
}
691
692
int no_wildcard(const char *string)
693
{
694
return string[simple_length(string)] ==
'\0'
;
695
}
696
697
void parse_path_pattern(const char **pattern,
698
int *patternlen,
Callers
3
init_pathspec_item
Function · 0.85
parse_path_pattern
Function · 0.85
parse_branchname_arg
Function · 0.85
Calls
1
simple_length
Function · 0.85
Tested by
1
init_pathspec_item
Function · 0.68