summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2026-08-28 11:04:47 -0700
committerJunio C Hamano <gitster@pobox.com>2026-08-28 11:04:57 -0700
commitc73e85354c275c9d409b26445089bc16940fc527 (patch)
tree94bec1dcee3083e7213c218805832232742cdb30
parentf9a1c7b83bfa383f5d1e23050d7ff6378d24dce2 (diff)
The 20th batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.56.0.adoc12
1 files changed, 9 insertions, 3 deletions
diff --git a/Documentation/RelNotes/2.56.0.adoc b/Documentation/RelNotes/2.56.0.adoc
index 65f0d96563..3cf754a0bd 100644
--- a/Documentation/RelNotes/2.56.0.adoc
+++ b/Documentation/RelNotes/2.56.0.adoc
@@ -126,6 +126,11 @@ UI, Workflows & Features
clones, reclaiming space. Guards prevent running during other
operations or if referenced by the index.
+ * The documentation for 'git format-rev' has been updated to use the
+ [synopsis] block definition on code blocks to properly highlight
+ placeholders, and a quoting inconsistency in the running text has
+ been fixed.
+
Performance, Internal Implementation, Development Support etc.
--------------------------------------------------------------
@@ -343,14 +348,12 @@ Performance, Internal Implementation, Development Support etc.
positive warning from the 'CHECK_ASSERTION_SIDE_EFFECTS' build with
GCC 15 in the Bloom filter code has also been silenced to facilitate
the image upgrade.
- (merge 1a1579c42d jk/ci-static-analysis-image-bump later to maint).
* The alias tests in 't/t0014-alias.sh' have been updated to dynamically
query the list of deprecated commands using 'git
--list-cmds=deprecated' to avoid test failures when running with
'WITH_BREAKING_CHANGES' in a build directory that contains stale
executables of formerly deprecated commands.
- (merge bc57ecb915 jk/t0014-dynamic-deprecated-cmds later to maint).
* The code path that deals with relative paths in the diff-lib has
been cleaned up.
@@ -389,7 +392,6 @@ Performance, Internal Implementation, Development Support etc.
* The 'ssh-agent' tests in 't7528' have been fixed to work when the
user's login shell is csh-like, by explicitly passing '-s' to
'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.
@@ -434,6 +436,10 @@ Performance, Internal Implementation, Development Support etc.
related callback signatures across several subsystems, simplifying the
API now that trace output no longer uses it.
+ * A heap-use-after-free bug in the object name parsing code when
+ reporting failures with a relative path to a sparse directory has
+ been corrected.
+
Fixes since v2.55
-----------------