Git 2.45
[alt-git.git] / Documentation / RelNotes / 2.34.1.txt
blobad404e9aa0e63821a1904a34d004d4e5816d7959
1 Git v2.34.1 Release Notes
2 =========================
4 This release is primarily to fix a handful of regressions in Git 2.34.
6 Fixes since v2.34
7 -----------------
9  * "git grep" looking in a blob that has non-UTF8 payload was
10    completely broken when linked with certain versions of PCREv2
11    library in the latest release.
13  * "git pull" with any strategy when the other side is behind us
14    should succeed as it is a no-op, but doesn't.
16  * An earlier change in 2.34.0 caused JGit application (that abused
17    GIT_EDITOR mechanism when invoking "git config") to get stuck with
18    a SIGTTOU signal; it has been reverted.
20  * An earlier change that broke .gitignore matching has been reverted.
22  * SubmittingPatches document gained a syntactically incorrect mark-up,
23    which has been corrected.