Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ skipspaces
Function
skipspaces
builtin/rev-parse.c:414–419 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
412
}
413
414
static const char *skipspaces(const char *s)
415
{
416
while (isspace(*s))
417
s++;
418
return s;
419
}
420
421
static char *findspace(const char *s)
422
{
Callers
1
cmd_parseopt
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected