Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ next
Function
next
negotiator/default.c:164–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
162
}
163
164
static const struct object_id *next(struct fetch_negotiator *n)
165
{
166
n->known_common = NULL;
167
n->add_tip = NULL;
168
return get_rev(n->data);
169
}
170
171
static int ack(struct fetch_negotiator *n, struct commit *c)
172
{
Callers
nothing calls this directly
Calls
1
get_rev
Function · 0.70
Tested by
no test coverage detected