| 4835 | } |
| 4836 | |
| 4837 | static int similarity_index(struct diff_filepair *p) |
| 4838 | { |
| 4839 | return p->score * 100 / MAX_SCORE; |
| 4840 | } |
| 4841 | |
| 4842 | static const char *diff_abbrev_oid(const struct object_id *oid, int abbrev) |
| 4843 | { |
no outgoing calls
no test coverage detected