#Git v2.53.0 is out:
https://lore.kernel.org/lkml/xmqq4inz13e3.fsf@gitster.g/
Some of the highlights:
* Both "git apply" and "git diff" learn a new whitespace error class, "incomplete-line".
* "git blame" learns "--diff-algorithm=<algo>" option.
* Halve the memory consumed by artificial filepairs created during "git diff --find-copies-harder", also making the operation run faster.
* Add a new manual that describes the data model (https://github.com/git/git/blob/master/Documentation/gitdatamodel.adoc – see also: https://jvns.ca/blog/2026/01/08/a-data-model-for-git/ )