Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ refspec_item_init_push
Function
refspec_item_init_push
refspec.c:169–172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
167
}
168
169
int refspec_item_init_push(struct refspec_item *item, const char *refspec)
170
{
171
return refspec_item_init(item, refspec, 0);
172
}
173
174
void refspec_item_clear(struct refspec_item *item)
175
{
Callers
2
refspec_append
Function · 0.85
get_ref_map
Function · 0.85
Calls
1
refspec_item_init
Function · 0.85
Tested by
no test coverage detected