@@ -37,6 +37,9 @@ Performance, Internal Implementation, Development Support etc.
37
37
* Remove dependency on the_repository and other globals from the
38
38
commit-graph code, and other changes unrelated to de-globaling.
39
39
40
+ * Discord has been added to the first contribution documentation as
41
+ another way to ask for help.
42
+
40
43
41
44
Fixes since v2.51
42
45
-----------------
@@ -110,6 +113,18 @@ including security updates, are included in this release.
110
113
been corrected.
111
114
(merge 8f32a5a6c0 jk/fetch-check-graph-objects-fix later to maint).
112
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
+
113
128
* Other code cleanup, docfix, build fix, etc.
114
129
(merge 823d537fa7 kh/doc-git-log-markup-fix later to maint).
115
130
(merge cf7efa4f33 rj/t6137-cygwin-fix later to maint).
@@ -118,3 +133,4 @@ including security updates, are included in this release.
118
133
(merge 741f36c7d9 kr/clone-synopsis-fix later to maint).
119
134
(merge a60203a015 dk/t7005-editor-updates later to maint).
120
135
(merge 7d4a5fef7d ds/doc-count-objects-fix later to maint).
136
+ (merge 16684b6fae ps/reftable-libgit2-cleanup later to maint).
0 commit comments