From c6da96aa5f048bda2605f4bd6c6aa9e5ffd8a74c Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sat, 18 May 2024 11:35:31 +0200 Subject: [PATCH] Git 2.39.5 Signed-off-by: Johannes Schindelin --- Documentation/RelNotes/2.39.5.txt | 29 +++++++++++++++++++++++++++++ GIT-VERSION-GEN | 2 +- RelNotes | 2 +- 3 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 Documentation/RelNotes/2.39.5.txt diff --git a/Documentation/RelNotes/2.39.5.txt b/Documentation/RelNotes/2.39.5.txt new file mode 100644 index 00000000000000..48b5c2cc85287b --- /dev/null +++ b/Documentation/RelNotes/2.39.5.txt @@ -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). diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index c124ef0b41f2a8..b58a5e2d3010ac 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.39.4 +DEF_VER=v2.39.5 LF=' ' diff --git a/RelNotes b/RelNotes index 34ee2940000ef4..eda51229b82d04 120000 --- a/RelNotes +++ b/RelNotes @@ -1 +1 @@ -Documentation/RelNotes/2.39.4.txt \ No newline at end of file +Documentation/RelNotes/2.39.5.txt \ No newline at end of file