| 265 | } |
| 266 | |
| 267 | static void insert_one_alternate_object(struct fetch_negotiator *negotiator, |
| 268 | struct object *obj) |
| 269 | { |
| 270 | rev_list_insert_ref(negotiator, &obj->oid); |
| 271 | } |
| 272 | |
| 273 | #define INITIAL_FLUSH 16 |
| 274 | #define PIPESAFE_FLUSH 32 |
nothing calls this directly
no test coverage detected