MCPcopy 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
191void refspec_init_push(struct refspec *rs)
192{
193 struct refspec blank = REFSPEC_INIT_PUSH;
194 memcpy(rs, &blank, sizeof(*rs));
195}
196
197void refspec_append(struct refspec *rs, const char *refspec)
198{

Callers 1

make_remoteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected