diff --git a/RelNotes/2.51.0.adoc b/RelNotes/2.51.0.adoc
index 33ae8f9b8..1a874e6b4 100644
--- a/RelNotes/2.51.0.adoc
+++ b/RelNotes/2.51.0.adoc
@@ -47,6 +47,12 @@ UI, Workflows & Features
service names (like smtp) in addition to the numeric port numbers
(like 25).
+ * Lift the limitation to use changed-path filter in "git log" so that
+ it can be used for a pathspec with multiple literal paths.
+
+ * Clean up the way how signature on commit objects are exported to
+ and imported from fast-import stream.
+
Performance, Internal Implementation, Development Support etc.
--------------------------------------------------------------
@@ -91,6 +97,12 @@ Performance, Internal Implementation, Development Support etc.
* Flipping the default hash function to SHA-256 at Git 3.0 boundary
is planned.
+ * Declare weather-balloon we raised for "bool" type 18 months ago a
+ success and officially allow using the type in our codebase.
+
+ * GIT_TEST_INSTALLED was not honored in the recent topic related to
+ SHA256 hashes, which has been corrected.
+
Fixes since v2.50
-----------------
@@ -195,6 +207,24 @@ including security updates, are included in this release.
expansion.
(merge 7d275cd5c0 jb/gpg-program-variable-is-a-pathname later to maint).
+ * Our header file relied on that the system-supplied
+ header is not later included, which would override our
+ macro definitions, but "amazon linux" broke this assumption. Fix
+ this by preemptively including near the beginning of
+ ourselves.
+ (merge 9d3b33125f ps/sane-ctype-workaround later to maint).
+
+ * Clean-up compat/bswap.h mess.
+ (merge f4ac32c03a ss/compat-bswap-revamp later to maint).
+
+ * Meson-based build did not handle libexecdir setting correctly,
+ which has been corrected.
+ (merge 056dbe8612 rj/meson-libexecdir-fix later to maint).
+
+ * Document that we do not require "real" name when signing your
+ patches off.
+ (merge 1f0fed312a bc/contribution-under-non-real-names later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge b257adb571 lo/my-first-ow-doc-update later to maint).
(merge 8b34b6a220 ly/sequencer-update-squash-is-fixup-only later to maint).
@@ -220,3 +250,4 @@ including security updates, are included in this release.
(merge ad7780b38f ps/doc-pack-refs-auto-with-files-backend-fix later to maint).
(merge f4fa8a3687 rh/doc-glob-pathspec-fix later to maint).
(merge b27be108c8 ja/doc-git-log-markup later to maint).
+ (merge 14d7583beb pw/config-kvi-remove-path later to maint).
diff --git a/SubmittingPatches.adoc b/SubmittingPatches.adoc
index 958e3cc3d..86ca7f6a7 100644
--- a/SubmittingPatches.adoc
+++ b/SubmittingPatches.adoc
@@ -408,8 +408,15 @@ your patch differs from project to project, so it may be different
from that of the project you are accustomed to.
[[real-name]]
-Also notice that a real name is used in the `Signed-off-by` trailer. Please
-don't hide your real name.
+Please use a known identity in the `Signed-off-by` trailer, since we cannot
+accept anonymous contributions. It is common, but not required, to use some form
+of your real name. We realize that some contributors are not comfortable doing
+so or prefer to contribute under a pseudonym or preferred name and we can accept
+your patch either way, as long as the name and email you use are distinctive,
+identifying, and not misleading.
+
+The goal of this policy is to allow us to have sufficient information to contact
+you if questions arise about your contribution.
[[commit-trailers]]
If you like, you can put extra trailers at the end:
diff --git a/SubmittingPatches.html b/SubmittingPatches.html
index 72712f353..75101d5e3 100644
--- a/SubmittingPatches.html
+++ b/SubmittingPatches.html
@@ -961,8 +961,16 @@ Certify your work by adding your Signed-off-by
tr
from that of the project you are accustomed to.
-
Also notice that a real name is used in the Signed-off-by
trailer. Please
-don’t hide your real name.
+
Please use a known identity in the Signed-off-by
trailer, since we cannot
+accept anonymous contributions. It is common, but not required, to use some form
+of your real name. We realize that some contributors are not comfortable doing
+so or prefer to contribute under a pseudonym or preferred name and we can accept
+your patch either way, as long as the name and email you use are distinctive,
+identifying, and not misleading.
+
+
+
The goal of this policy is to allow us to have sufficient information to contact
+you if questions arise about your contribution.
If you like, you can put extra trailers at the end:
@@ -1584,7 +1592,7 @@
Gnus