We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4150a16 commit 5f439a0Copy full SHA for 5f439a0
Documentation/RelNotes/2.35.0.txt
@@ -23,3 +23,12 @@ Fixes since v2.34
23
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).
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