]> git.ipfire.org Git - thirdparty/git.git/commitdiff
A bit more regression fixes
authorJunio C Hamano <gitster@pobox.com>
Tue, 23 Nov 2021 02:39:53 +0000 (18:39 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 23 Nov 2021 02:40:11 +0000 (18:40 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.35.0.txt

index 3ebc7979221c3389dab9c8ed93f0ce0700c73679..47124fdbd9e16210f6e7f62e2f5b4fa4ec045044 100644 (file)
@@ -23,3 +23,12 @@ Fixes since v2.34
 
  * "git pull" with any strategy when the other side is behind us
    should succeed as it is a no-op, but doesn't.
+   (merge ea1954af ev/pull-already-up-to-date-is-noop later to maint).
+
+ * An earlier change in 2.34.0 caused JGit application (that abused
+   GIT_EDITOR mechanism when invoking "git config") to get stuck with
+   a SIGTTOU signal; it has been reverted.
+   (merge e3f7e01b50 jc/save-restore-terminal-revert later to maint).
+
+ * An earlier change that broke .gitignore matching has been reverted.
+   (merge 33c5d6c845 ds/add-rm-with-sparse-index later to maint).