···11+Git v2.34.1 Release Notes
22+=========================
33+44+This release is primarily to fix a handful of regressions in Git 2.34.
55+66+Fixes since v2.34
77+-----------------
88+99+ * "git grep" looking in a blob that has non-UTF8 payload was
1010+ completely broken when linked with certain versions of PCREv2
1111+ library in the latest release.
1212+1313+ * "git pull" with any strategy when the other side is behind us
1414+ should succeed as it is a no-op, but doesn't.
1515+1616+ * An earlier change in 2.34.0 caused JGit application (that abused
1717+ GIT_EDITOR mechanism when invoking "git config") to get stuck with
1818+ a SIGTTOU signal; it has been reverted.
1919+2020+ * An earlier change that broke .gitignore matching has been reverted.
2121+2222+ * SubmittingPatches document gained a syntactically incorrect mark-up,
2323+ which has been corrected.