Skip to content

Commit fac96df

Browse files
committed
Git 2.42-rc1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent e8c53ff commit fac96df

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

Documentation/RelNotes/2.42.0.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,25 @@ Fixes since v2.41
258258
submodule.<name>.update configuration variable.
259259
(merge 7cebc5bd78 pv/doc-submodule-update-settings later to maint).
260260

261+
* Adjust to OpenSSL 3+, which deprecates its SHA-1 functions based on
262+
its traditional API, by using its EVP API instead.
263+
(merge bda9c12073 ew/hash-with-openssl-evp later to maint).
264+
265+
* Exclude "." from the set of characters to be removed from the
266+
beginning and the end of the human-readable name.
267+
(merge 1c04cb0744 bc/ident-dot-is-no-longer-crud-letter later to maint).
268+
269+
* "git bisect visualize" stopped running "gitk" on Git for Windows
270+
when the command was reimplemented in C around Git 2.34 timeframe.
271+
This has been corrected.
272+
(merge fff1594fa7 ma/locate-in-path-for-windows later to maint).
273+
274+
* "git rebase -i" with a series of squash/fixup, when one of the
275+
steps stopped in conflicts and ended up getting skipped, did not
276+
handle the accumulated commit log messages, which has been
277+
corrected.
278+
(merge 6ce7afe163 pw/rebase-skip-commit-message-fix later to maint).
279+
261280
* Other code cleanup, docfix, build fix, etc.
262281
(merge 51f9d2e563 sa/doc-ls-remote later to maint).
263282
(merge c6d26a9dda jk/format-patch-message-id-unleak later to maint).
@@ -294,3 +313,4 @@ Fixes since v2.41
294313
(merge 30c8c55cbf jc/tree-walk-drop-base-offset later to maint).
295314
(merge d089a06421 rs/bundle-parseopt-cleanup later to maint).
296315
(merge 823839bda1 ew/sha256-gcrypt-leak-fixes later to maint).
316+
(merge a5c01603b3 bc/ignore-clangd-cache later to maint).

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.42.0-rc0
4+
DEF_VER=v2.42.0-rc1
55

66
LF='
77
'

0 commit comments

Comments
 (0)