worktree: stop being overly intimate with run_command() internals
[git.git] / Documentation / RelNotes / 2.35.0.txt
blob47124fdbd9e16210f6e7f62e2f5b4fa4ec045044
1 Git 2.35 Release Notes
2 ======================
4 Updates since Git 2.34
5 ----------------------
7 UI, Workflows & Features
10 Performance, Internal Implementation, Development Support etc.
14 Fixes since v2.34
15 -----------------
17  * "git grep" looking in a blob that has non-UTF8 payload was
18    completely broken when linked with certain versions of PCREv2
19    library in the latest release.
21  * Other code cleanup, docfix, build fix, etc.
22    (merge edbd9f3715 ab/update-submitting-patches later to maint).
24  * "git pull" with any strategy when the other side is behind us
25    should succeed as it is a no-op, but doesn't.
26    (merge ea1954af ev/pull-already-up-to-date-is-noop later to maint).
28  * An earlier change in 2.34.0 caused JGit application (that abused
29    GIT_EDITOR mechanism when invoking "git config") to get stuck with
30    a SIGTTOU signal; it has been reverted.
31    (merge e3f7e01b50 jc/save-restore-terminal-revert later to maint).
33  * An earlier change that broke .gitignore matching has been reverted.
34    (merge 33c5d6c845 ds/add-rm-with-sparse-index later to maint).