File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ UI, Workflows & Features
37
37
* A new global "--no-advice" option can be used to disable all advice
38
38
messages, which is meant to be used only in scripts.
39
39
40
+ * Updates to symbolic refs can now be made as a part of ref
41
+ transaction.
42
+
40
43
41
44
Performance, Internal Implementation, Development Support etc.
42
45
@@ -132,6 +135,11 @@ Fixes since v2.45
132
135
the "--ext-diff" option.
133
136
(merge 11be65cfa4 rs/external-diff-with-exit-code later to maint).
134
137
138
+ * Windows CI running in GitHub Actions started complaining about the
139
+ order of arguments given to calloc(); the imported regex code uses
140
+ the wrong order almost consistently, which has been corrected.
141
+ (merge f01301aabe jc/compat-regex-calloc-fix later to maint).
142
+
135
143
* Other code cleanup, docfix, build fix, etc.
136
144
(merge 4cf6e7bf5e jt/doc-submitting-rerolled-series later to maint).
137
145
(merge a5a4cb7b27 rs/diff-parseopts-cleanup later to maint).
You can’t perform that action at this time.
0 commit comments