| 169 | } |
| 170 | |
| 171 | static int ack(struct fetch_negotiator *n, struct commit *c) |
| 172 | { |
| 173 | int known_to_be_common = !!(c->object.flags & COMMON); |
| 174 | mark_common(n->data, c, 0, 1); |
| 175 | return known_to_be_common; |
| 176 | } |
| 177 | |
| 178 | static void have_sent(struct fetch_negotiator *n, struct commit *c) |
| 179 | { |
nothing calls this directly
no test coverage detected