···11+Git v2.51 Release Notes
22+=======================
33+44+UI, Workflows & Features
55+------------------------
66+77+ * Userdiff patterns for the R language have been added.
88+99+ * Documentation for "git send-email" has been updated with a bit more
1010+ credential helper and OAuth information.
1111+1212+ * "git cat-file --batch" learns to understand %(objectmode) atom to
1313+ allow the caller to tell missing objects (due to repository
1414+ corruption) and submodules (whose commit objects are OK to be
1515+ missing) apart.
1616+1717+ * "git diff --no-index dirA dirB" can limit the comparison with
1818+ pathspec at the end of the command line, just like normal "git
1919+ diff".
2020+2121+2222+Performance, Internal Implementation, Development Support etc.
2323+--------------------------------------------------------------
2424+2525+ * "git pack-objects" learned to find delta bases from blobs at the
2626+ same path, using the --path-walk API.
2727+2828+2929+Fixes since v2.50
3030+-----------------
3131+3232+ * A memory-leak in an error code path has been plugged.
3333+ (merge 7082da85cb ly/commit-graph-graph-write-leakfix later to maint).
3434+3535+ * A memory-leak in an error code path has been plugged.
3636+ (merge aedebdb6b9 ly/fetch-pack-leakfix later to maint).
3737+3838+ * Meson-based build/test framework now understands TAP output
3939+ generated by our tests.
4040+ (merge c1bc974923 ps/meson-tap-parse later to maint).
4141+4242+ * Other code cleanup, docfix, build fix, etc.
4343+ (merge b257adb571 lo/my-first-ow-doc-update later to maint).
4444+ (merge 8b34b6a220 ly/sequencer-update-squash-is-fixup-only later to maint).
4545+ (merge 5dceb8bd05 ly/do-not-localize-bug-messages later to maint).