Git 2.52-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Nov 12, 2025 at 08:17 UTC
621415c8b5371a4734315232a780dd8282f6fe4f
2 files changed
+9
-1
Documentation/RelNotes/2.52.0.adoc
+8
@@ -182,6 +182,14 @@ Performance, Internal Implementation, Development Support etc.
182
* The "debug" ref-backend was missing a method implementation, which
183
has been corrected.
184
185
+ * Build procedure for Wincred credential helper has been updated.
186
+
187
+ * The build procedure based on meson learned to allow builders to
188
+ specify the directory to install HTML documents.
189
+
190
+ * Building "git contacts" script (in contrib/) left the resulting
191
+ file unexecutable, which has been corrected.
192
+
193
194
Fixes since v2.51
195
-----------------
GIT-VERSION-GEN
+1
-1
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-DEF_VER=v2.52.0-rc1
3
+DEF_VER=v2.52.0-rc2
4
5
LF='
6
'