aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-03-21 14:19:03 -0700
committerJunio C Hamano <gitster@pobox.com>2023-03-21 14:19:03 -0700
commit27d43aaaf50ef0ae014b88bba294f93658016a2e (patch)
treeed2ca74f2588345357d5e27f61b1023a67732ec3 /Documentation/RelNotes
parentba235249c04a054398953c6f81db2f803a6943c9 (diff)
downloadgit-27d43aaaf50ef0ae014b88bba294f93658016a2e.tar.gz
The third batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.41.0.txt18
1 files changed, 18 insertions, 0 deletions
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).