Skip to content

Commit 4f71522

Browse files
committed
Git 2.46.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent d497bd9 commit 4f71522

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Documentation/RelNotes/2.46.2.txt

+12
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.

GIT-VERSION-GEN

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.46.2-pre
4+
DEF_VER=v2.46.2
55

66
LF='
77
'

0 commit comments

Comments
 (0)