From 7b58375ab3b5865cdc44f11e72a6bcee779b63f0 Mon Sep 17 00:00:00 2001 From: Yoichi NAKAYAMA Date: Thu, 17 Sep 2026 13:39:53 +0000 Subject: [PATCH 1/2] mailmap: normalize name for Yoichi NAKAYAMA Normalize name formatting and map older formats to the canonical one. Signed-off-by: Yoichi NAKAYAMA Signed-off-by: Junio C Hamano --- .mailmap | 1 + 1 file changed, 1 insertion(+) diff --git a/.mailmap b/.mailmap index e3fab1df9d..29b4890532 100644 --- a/.mailmap +++ b/.mailmap @@ -312,6 +312,7 @@ YONETANI Tomokazu YONETANI Tomokazu YOSHIFUJI Hideaki Yi-Jyun Pan +Yoichi NAKAYAMA # the two anonymous contributors are different persons: anonymous anonymous From d38352cd43ab9745686d697872408bc3249a153f Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 17 Sep 2026 09:48:07 -0700 Subject: [PATCH 2/2] A few more fixes before -rc2 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.56.0.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/RelNotes/2.56.0.adoc b/Documentation/RelNotes/2.56.0.adoc index 83d2f90daa..7056e990fa 100644 --- a/Documentation/RelNotes/2.56.0.adoc +++ b/Documentation/RelNotes/2.56.0.adoc @@ -906,6 +906,10 @@ Fixes since v2.55 repo_logmsg_reencode() during the rewording operation in 'git history' has been plugged. + * The pathspec matching logic has been updated to avoid out-of-bounds + memory accesses when a negative pathspec is shorter than the common + prefix of positive pathspecs. + * Other code cleanup, docfix, build fix, etc. (merge 026636128f ss/submittingpatches-typofix later to maint). (merge d2af22cc21 jc/rerere-doc-typofix later to maint).