| 3734 | } |
| 3735 | |
| 3736 | static const struct userdiff_funcname * |
| 3737 | diff_funcname_pattern(struct diff_options *o, struct diff_filespec *one) |
| 3738 | { |
| 3739 | diff_filespec_load_driver(one, o->repo->index); |
| 3740 | return one->driver->funcname.pattern ? &one->driver->funcname : NULL; |
| 3741 | } |
| 3742 | |
| 3743 | void diff_set_mnemonic_prefix(struct diff_options *options, const char *a, const char *b) |
| 3744 | { |
no test coverage detected