Skip to content

Commit c6da96a

Browse files
committed
Git 2.39.5
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 68b05d9 commit c6da96a

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

Documentation/RelNotes/2.39.5.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Git 2.39.5 Release Notes
2+
========================
3+
4+
Relative to Git 2.39.5, this release has fixes for regressions that
5+
were introduced in 2.39.4, most notably the error message shown when
6+
cloning Git LFS-enabled repositories. It also contains a fix for the
7+
`osx-gcc` CI job.
8+
9+
Fixes since Git 2.39.4
10+
----------------------
11+
12+
* Some clone protections introduced in v2.39.4 broke Git LFS-enabled
13+
clones and have therefore been dropped.
14+
15+
* Other clone protections introduced in v2.39.4 would have required
16+
`git daemon` setups to configure `safe.directory` to continue to
17+
work, and have therefore been dropped.
18+
19+
* The `core.hooksPath` setting is allowed in repository-local
20+
configs again; The benefits of making it protected were
21+
outweighed by the cost.
22+
23+
* Fix a memory leak.
24+
25+
* CI fix.
26+
27+
* Adjust to newer Term::ReadLine to prevent it from breaking
28+
the interactive prompt code in send-email.
29+
(merge c016726c2d jk/send-email-with-new-readline 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.39.4
4+
DEF_VER=v2.39.5
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.39.4.txt
1+
Documentation/RelNotes/2.39.5.txt

0 commit comments

Comments
 (0)