summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2026-08-18 09:31:26 -0700
committerJunio C Hamano <gitster@pobox.com>2026-08-18 09:31:36 -0700
commitdea0ea3582e6980ddbc1173cc8e3e9f9db91cde0 (patch)
treecc0de6502077cc4549ce21281b0db4f898c67e55
parente23356ae1afe0e6775aa27c479116bfb7d09272b (diff)
The 15th batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.56.0.adoc16
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.56.0.adoc b/Documentation/RelNotes/2.56.0.adoc
index c4bf8b3228..cbbc470215 100644
--- a/Documentation/RelNotes/2.56.0.adoc
+++ b/Documentation/RelNotes/2.56.0.adoc
@@ -90,6 +90,17 @@ UI, Workflows & Features
unstaged. It scans the unmerged paths for leftover conflict
markers and aborts if any are found.
+ * The known limitations of the ref format migration in 'git refs' have
+ been moved to be displayed as a warning admonition directly under the
+ description of the 'migrate' subcommand, improving visibility. A
+ reference to 'git-maintenance' has also been corrected to use the
+ 'linkgit' macro.
+
+ * The 'git bisect' command has been taught a
+ '--reset-when-found[=<where>]' option that tells the command to
+ automatically run 'git bisect reset' to jump back to the original
+ state or to the found culprit.
+
Performance, Internal Implementation, Development Support etc.
--------------------------------------------------------------
@@ -355,6 +366,11 @@ Performance, Internal Implementation, Development Support etc.
'ssh-agent' to force Bourne shell syntax.
(merge d5dd17756d kl/t7528-ssh-agent-for-csh-users later to maint).
+ * A compatibility wrapper for writev(3p) has been reintroduced,
+ including fixes for CMake build and 'MAX_IO_SIZE' limits on NonStop.
+ Calls to write(3p) in send_sideband() and cat_blob() have been
+ refactored to use writev(3p) wrappers to reduce syscall overhead.
+
Fixes since v2.55
-----------------