Post #996357
2026-04-07 07:07 UTC
@gregkh maybe experiment with the different ways of generating diffs?
The git diff sub-command has an option called algorithm, which defines how the diff is computed. If I remember correctly Myers is the default and its not that great. Histogram gave me the best results so far.
Replies (1)
-
@gregkh@social.kernel.org 2026-04-09 06:02
@jlhertel@fosstodon.org That doesn't seem to actually provide the "what function/symbol is modified" logic, nor would I expect it to, unless I am missing something obvious?