* These are to give UI layer defaults. * The core-level commands such as git-diff-files should * never be affected by the setting of diff.renames * the user happens to have in the configuration file. */
| 280 | * the user happens to have in the configuration file. |
| 281 | */ |
| 282 | void init_diff_ui_defaults(void) |
| 283 | { |
| 284 | diff_detect_rename_default = DIFF_DETECT_RENAME; |
| 285 | } |
| 286 | |
| 287 | int git_diff_heuristic_config(const char *var, const char *value, |
| 288 | void *cb UNUSED) |
no outgoing calls
no test coverage detected