File tree Expand file tree Collapse file tree 3 files changed +31
-2
lines changed Expand file tree Collapse file tree 3 files changed +31
-2
lines changed Original file line number Diff line number Diff line change
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).
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v2.39.4
4
+ DEF_VER=v2.39.5
5
5
6
6
LF='
7
7
'
Original file line number Diff line number Diff line change 1
- Documentation/RelNotes/2.39.4 .txt
1
+ Documentation/RelNotes/2.39.5 .txt
You can’t perform that action at this time.
0 commit comments