Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ refspec_init_push
Function
refspec_init_push
refspec.c:191–195 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
}
190
191
void refspec_init_push(struct refspec *rs)
192
{
193
struct refspec blank = REFSPEC_INIT_PUSH;
194
memcpy(rs, &blank, sizeof(*rs));
195
}
196
197
void refspec_append(struct refspec *rs, const char *refspec)
198
{
Callers
1
make_remote
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected