| 176 | } |
| 177 | |
| 178 | static void have_sent(struct fetch_negotiator *n, struct commit *c) |
| 179 | { |
| 180 | if (repo_parse_commit(the_repository, c)) |
| 181 | return; |
| 182 | mark_common(n->data, c, 0, 0); |
| 183 | } |
| 184 | |
| 185 | static void release(struct fetch_negotiator *n) |
| 186 | { |
nothing calls this directly
no test coverage detected