Skip to content

Commit efb050b

Browse files
committed
Git 2.43.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent dc55772 commit efb050b

File tree

3 files changed

+39
-2
lines changed

3 files changed

+39
-2
lines changed

Documentation/RelNotes/2.43.2.txt

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
Git 2.43.2 Release Notes
2+
========================
3+
4+
Relative to Git 2.43.1, this release has two important fixes to allow
5+
"git imap-send" to be built with NO_CURL defined, and to restore the
6+
forced flushing behaviour when GIT_FLUSH=1 is set. It also contains
7+
other, unexciting, fixes that have already been merged to the 'master'
8+
branch of the development towards the next major release.
9+
10+
Fixes since Git 2.43.1
11+
----------------------
12+
13+
* Update to a new feature recently added, "git show-ref --exists".
14+
15+
* Rename detection logic ignored the final line of a file if it is an
16+
incomplete line.
17+
18+
* "git diff --no-rename A B" did not disable rename detection but did
19+
not trigger an error from the command line parser.
20+
21+
* "git diff --no-index file1 file2" segfaulted while invoking the
22+
external diff driver, which has been corrected.
23+
24+
* Rewrite //-comments to /* comments */ in files whose comments
25+
prevalently use the latter.
26+
27+
* A failed "git tag -s" did not necessarily result in an error
28+
depending on the crypto backend, which has been corrected.
29+
30+
* "git stash" sometimes was silent even when it failed due to
31+
unwritable index file, which has been corrected.
32+
33+
* Recent conversion to allow more than 0/1 in GIT_FLUSH broke the
34+
mechanism by flipping what yes/no means by mistake, which has been
35+
corrected.
36+
37+
Also contains documentation updates, code clean-ups and minor fixups.

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
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.43.1
4+
DEF_VER=v2.43.2
55

66
LF='
77
'

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/2.43.1.txt
1+
Documentation/RelNotes/2.43.2.txt

0 commit comments

Comments
 (0)