The fourteenth batch
Some checks failed
Coverity / coverity (push) Has been cancelled
git-l10n / git-po-helper (push) Has been cancelled
CI / config (push) Has been cancelled
CI / win build (push) Has been cancelled
CI / win test (0) (push) Has been cancelled
CI / win test (1) (push) Has been cancelled
CI / win test (2) (push) Has been cancelled
CI / win test (3) (push) Has been cancelled
CI / win test (4) (push) Has been cancelled
CI / win test (5) (push) Has been cancelled
CI / win test (6) (push) Has been cancelled
CI / win test (7) (push) Has been cancelled
CI / win test (8) (push) Has been cancelled
CI / win test (9) (push) Has been cancelled
CI / win+VS build (push) Has been cancelled
CI / win+VS test (0) (push) Has been cancelled
CI / win+VS test (1) (push) Has been cancelled
CI / win+VS test (2) (push) Has been cancelled
CI / win+VS test (3) (push) Has been cancelled
CI / win+VS test (4) (push) Has been cancelled
CI / win+VS test (5) (push) Has been cancelled
CI / win+VS test (6) (push) Has been cancelled
CI / win+VS test (7) (push) Has been cancelled
CI / win+VS test (8) (push) Has been cancelled
CI / win+VS test (9) (push) Has been cancelled
CI / win+Meson build (push) Has been cancelled
CI / win+Meson test (0) (push) Has been cancelled
CI / win+Meson test (1) (push) Has been cancelled
CI / win+Meson test (2) (push) Has been cancelled
CI / win+Meson test (3) (push) Has been cancelled
CI / win+Meson test (4) (push) Has been cancelled
CI / win+Meson test (5) (push) Has been cancelled
CI / win+Meson test (6) (push) Has been cancelled
CI / win+Meson test (7) (push) Has been cancelled
CI / win+Meson test (8) (push) Has been cancelled
CI / win+Meson test (9) (push) Has been cancelled
CI / osx-clang (macos-13) (push) Has been cancelled
CI / osx-meson (macos-13) (push) Has been cancelled
CI / osx-reftable (macos-13) (push) Has been cancelled
CI / osx-gcc (macos-13) (push) Has been cancelled
CI / fuzz smoke test (push) Has been cancelled
CI / linux-asan-ubsan (ubuntu:rolling) (push) Has been cancelled
CI / linux-reftable (ubuntu:rolling) (push) Has been cancelled
CI / linux-sha256 (ubuntu:rolling) (push) Has been cancelled
CI / linux-TEST-vars (ubuntu:20.04) (push) Has been cancelled
CI / linux-breaking-changes (ubuntu:rolling) (push) Has been cancelled
CI / linux-leaks (ubuntu:rolling) (push) Has been cancelled
CI / linux-meson (ubuntu:rolling) (push) Has been cancelled
CI / linux-reftable-leaks (ubuntu:rolling) (push) Has been cancelled
CI / almalinux-8 (almalinux:8) (push) Has been cancelled
CI / linux-musl-meson (alpine:latest) (push) Has been cancelled
CI / debian-11 (debian:11) (push) Has been cancelled
CI / pedantic (fedora:latest) (push) Has been cancelled
CI / linux32 (i386/ubuntu:focal) (push) Has been cancelled
CI / static-analysis (push) Has been cancelled
CI / sparse (push) Has been cancelled
CI / documentation (push) Has been cancelled

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano
2025-10-02 12:23:32 -07:00
parent 7ae9eaf806
commit 5099f64a82

View File

@@ -44,6 +44,9 @@ UI, Workflows & Features
* The stash.index configuration variable can be set to make "git stash
pop/apply" pretend that it was invoked with "--index".
* "git fast-import" learned that "--signed-commits=<how>" option that
corresponds to that of "git fast-export".
Performance, Internal Implementation, Development Support etc.
--------------------------------------------------------------
@@ -83,6 +86,10 @@ Performance, Internal Implementation, Development Support etc.
singleton variable, which has been updated to pass an instance
throughout the callchain.
* The work to build on the bulk-checkin infrastructure to create many
objects at once in a transaction and to abstract it into the
generic object layer continues.
* CodingGuidelines now spells out how bitfields are to be written.
* Adjust to the way newer versions of cURL selectivel enables tracing
@@ -102,6 +109,10 @@ Performance, Internal Implementation, Development Support etc.
while the code has been cleaned up to prevent similar bugs in the
future.
* The build procedure based on meson learned a target to only build
documentation, similar to "make doc".
(merge ff4ec8ded0 ps/meson-build-docs later to maint).
Fixes since v2.51
-----------------
@@ -259,6 +270,16 @@ including security updates, are included in this release.
* "git last-modified" operating in non-recursive mode used to trigger
a BUG(), which has been corrected.
* The use of "git config get" command to learn how ANSI color
sequence is for a particular type, e.g., "git config get
--type=color --default=reset no.such.thing", isn't very ergonomic.
(merge e4dabf4fd6 ps/config-get-color-fixes later to maint).
* The "do you still use it?" message given by a command that is
deeply deprecated and allow us to suggest alternatives has been
updated.
(merge 54a60e5b38 kh/you-still-use-whatchanged-fix later to maint).
* Other code cleanup, docfix, build fix, etc.
(merge 823d537fa7 kh/doc-git-log-markup-fix later to maint).
(merge cf7efa4f33 rj/t6137-cygwin-fix later to maint).