Skip to content

Commit 9e56e24

Browse files
committed
Sync with 'master'
2 parents 18be138 + 6258f68 commit 9e56e24

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

Documentation/RelNotes/2.46.2.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,15 @@ It also reverts the "git patch-id" change that went into 2.46.1,
99
as it seems to have got a regression reported (I haven't verified,
1010
but it is better to keep a known breakage than adding an unintended
1111
regression).
12+
13+
Other than that, a handful of minor bugfixes are included.
14+
15+
* In a few corner cases "git diff --exit-code" failed to report
16+
"changes" (e.g., renamed without any content change), which has
17+
been corrected.
18+
19+
* Cygwin does have /dev/tty support that is needed by things like
20+
single-key input mode.
21+
22+
* The interpret-trailers command failed to recognise the end of the
23+
message when the commit log ends in an incomplete line.

Documentation/RelNotes/2.47.0.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ Performance, Internal Implementation, Development Support etc.
145145

146146
* The error messages from the test script checker have been improved.
147147

148+
* The convention to calling into built-in command implementation has
149+
been updated to pass the repository, if known, together with the
150+
prefix value.
151+
148152

149153
Fixes since v2.46
150154
-----------------
@@ -267,6 +271,16 @@ Fixes since v2.46
267271
been corrected.
268272
(merge d3edb0bdde jk/git-pm-bare-repo-fix later to maint).
269273

274+
* When a remote-helper dies before Git writes to it, SIGPIPE killed
275+
Git silently. We now explain the situation a bit better to the end
276+
user in our error message.
277+
(merge 6e7fac9bca jk/diag-unexpected-remote-helper-death later to maint).
278+
279+
* A few usability fixes to "git jump" (in contrib/).
280+
(merge 083b82544d jk/jump-quickfix-fixes later to maint).
281+
270282
* Other code cleanup, docfix, build fix, etc.
271283
(merge be10ac7037 jc/mailinfo-header-cleanup later to maint).
272284
(merge 4460e052e0 jc/range-diff-lazy-setup later to maint).
285+
(merge 0627c58e7a ak/typofixes later to maint).
286+
(merge 83799f1500 jk/t9001-deflake later to maint).

0 commit comments

Comments
 (0)