From 27d43aaaf50ef0ae014b88bba294f93658016a2e Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 21 Mar 2023 14:19:03 -0700 Subject: [PATCH] The third batch Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.41.0.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Documentation/RelNotes/2.41.0.txt b/Documentation/RelNotes/2.41.0.txt index d6095a5df3..5db6f1b0ef 100644 --- a/Documentation/RelNotes/2.41.0.txt +++ b/Documentation/RelNotes/2.41.0.txt @@ -27,6 +27,14 @@ UI, Workflows & Features * "git format-patch" learned to write a log-message only output file for empty commits. + * "git format-patch" honors the src/dst prefixes set to nonstandard + values with configuration variables like "diff.noprefix", causing + receiving end of the patch that expects the standard -p1 format to + break. "format-patch" has been taught to ignore end-user configuration + and always use the standard prefixes. + + This is a backward compatibility breaking change. + Performance, Internal Implementation, Development Support etc. @@ -84,5 +92,15 @@ Fixes since v2.40 corrected. (merge 28d1122f9c jk/add-p-unmerged-fix later to maint). + * Fix for a "ls-files --format="%(path)" that produced nonsense + output, which was a bug in 2.38. + (merge cfb62dd006 aj/ls-files-format-fix later to maint). + + * "git receive-pack" that responds to "git push" requests failed to + clean a stale lockfile when killed in the middle, which has been + corrected. + (merge c55c30669c ps/receive-pack-unlock-before-die later to maint). + * Other code cleanup, docfix, build fix, etc. (merge f7111175df as/doc-markup-fix later to maint). + (merge 90ff7c9898 fc/test-aggregation-clean-up later to maint).