The fifth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Aug 29, 2025 at 09:43 UTC
6ad802182101d622e6a4132f48292ddfa79e2024
1 file changed
+16
Documentation/RelNotes/2.52.0.adoc
+16
@@ -37,6 +37,9 @@ Performance, Internal Implementation, Development Support etc.
37
* Remove dependency on the_repository and other globals from the
38
commit-graph code, and other changes unrelated to de-globaling.
39
40
+ * Discord has been added to the first contribution documentation as
41
+ another way to ask for help.
42
+
43
44
Fixes since v2.51
45
-----------------
@@ -110,6 +113,18 @@ including security updates, are included in this release.
113
been corrected.
114
(merge 8f32a5a6c0 jk/fetch-check-graph-objects-fix later to maint).
115
116
+ * "git fetch" can clobber a symref that is dangling when the
117
+ remote-tracking HEAD is set to auto update, which has been
118
+ corrected.
119
+
120
+ * "git describe <blob>" misbehaves and/or crashes in some corner
121
+ cases, which has been taught to exit with failure gracefully.
122
+ (merge 7c10e48e81 jk/describe-blob later to maint).
123
+
124
+ * Manual page for "gitk" is updated with the current maintainer's
125
+ name.
126
+ (merge bcb20dda83 js/doc-gitk-history later to maint).
127
+
128
* Other code cleanup, docfix, build fix, etc.
129
(merge 823d537fa7 kh/doc-git-log-markup-fix later to maint).
130
(merge cf7efa4f33 rj/t6137-cygwin-fix later to maint).
@@ -118,3 +133,4 @@ including security updates, are included in this release.
133
(merge 741f36c7d9 kr/clone-synopsis-fix later to maint).
134
(merge a60203a015 dk/t7005-editor-updates later to maint).
135
(merge 7d4a5fef7d ds/doc-count-objects-fix later to maint).
136
+ (merge 16684b6fae ps/reftable-libgit2-cleanup later to maint).