Skip to content

Commit

Permalink
Git 2.39.5
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed May 21, 2024
1 parent 68b05d9 commit c6da96a
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions Documentation/RelNotes/2.39.5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Git 2.39.5 Release Notes
========================

Relative to Git 2.39.5, this release has fixes for regressions that
were introduced in 2.39.4, most notably the error message shown when
cloning Git LFS-enabled repositories. It also contains a fix for the
`osx-gcc` CI job.

Fixes since Git 2.39.4
----------------------

* Some clone protections introduced in v2.39.4 broke Git LFS-enabled
clones and have therefore been dropped.

* Other clone protections introduced in v2.39.4 would have required
`git daemon` setups to configure `safe.directory` to continue to
work, and have therefore been dropped.

* The `core.hooksPath` setting is allowed in repository-local
configs again; The benefits of making it protected were
outweighed by the cost.

* Fix a memory leak.

* CI fix.

* Adjust to newer Term::ReadLine to prevent it from breaking
the interactive prompt code in send-email.
(merge c016726c2d jk/send-email-with-new-readline later to maint).
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v2.39.4
DEF_VER=v2.39.5

LF='
'
Expand Down
2 changes: 1 addition & 1 deletion RelNotes

0 comments on commit c6da96a

Please sign in to comment.