Skip to content

Commit 5f439a0

Browse files
committed
A bit more regression fixes
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4150a16 commit 5f439a0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Documentation/RelNotes/2.35.0.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,12 @@ Fixes since v2.34
2323

2424
* "git pull" with any strategy when the other side is behind us
2525
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).
27+
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).
32+
33+
* An earlier change that broke .gitignore matching has been reverted.
34+
(merge 33c5d6c845 ds/add-rm-with-sparse-index later to maint).

0 commit comments

Comments
 (0)