| 11 | #include "setup.h" |
| 12 | |
| 13 | static void flush_current_id(size_t patchlen, struct object_id *id, struct object_id *result) |
| 14 | { |
| 15 | if (patchlen) |
| 16 | printf("%s %s\n", oid_to_hex(result), oid_to_hex(id)); |
| 17 | } |
| 18 | |
| 19 | static size_t remove_space(char *line) |
| 20 | { |
no test coverage detected