| 40 | COMMON_DIFF_OPTIONS_HELP; |
| 41 | |
| 42 | static const char *blob_path(struct object_array_entry *entry) |
| 43 | { |
| 44 | return entry->path ? entry->path : entry->name; |
| 45 | } |
| 46 | |
| 47 | static void stuff_change(struct diff_options *opt, |
| 48 | unsigned old_mode, unsigned new_mode, |
no outgoing calls
no test coverage detected