summaryrefslogtreecommitdiffstats
path: root/RelNotes/2.46.0.txt
diff options
context:
space:
mode:
Diffstat (limited to 'RelNotes/2.46.0.txt')
-rw-r--r--RelNotes/2.46.0.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/RelNotes/2.46.0.txt b/RelNotes/2.46.0.txt
index a65261fd7..e74720d05 100644
--- a/RelNotes/2.46.0.txt
+++ b/RelNotes/2.46.0.txt
@@ -37,6 +37,11 @@ UI, Workflows & Features
* A new global "--no-advice" option can be used to disable all advice
messages, which is meant to be used only in scripts.
+ * Updates to symbolic refs can now be made as a part of ref
+ transaction.
+
+ * The trailer API has been reshuffled a bit.
+
Performance, Internal Implementation, Development Support etc.
@@ -132,6 +137,16 @@ Fixes since v2.45
the "--ext-diff" option.
(merge 11be65cfa4 rs/external-diff-with-exit-code later to maint).
+ * Windows CI running in GitHub Actions started complaining about the
+ order of arguments given to calloc(); the imported regex code uses
+ the wrong order almost consistently, which has been corrected.
+ (merge f01301aabe jc/compat-regex-calloc-fix later to maint).
+
+ * Expose "name conflict" error when a ref creation fails due to D/F
+ conflict in the ref namespace, to improve an error message given by
+ "git fetch".
+ (merge 9339fca23e it/refs-name-conflict later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge 4cf6e7bf5e jt/doc-submitting-rerolled-series later to maint).
(merge a5a4cb7b27 rs/diff-parseopts-cleanup later to maint).
@@ -140,3 +155,5 @@ Fixes since v2.45
(merge 55702c543e fa/p4-error later to maint).
(merge 2566a77774 vd/doc-merge-tree-x-option later to maint).
(merge b64b0df9da ds/scalar-reconfigure-all-fix later to maint).
+ (merge c81ffcff83 dm/update-index-doc-fix later to maint).
+ (merge fc0202b0e9 dg/fetch-pack-code-cleanup later to maint).