]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The third batch
authorJunio C Hamano <gitster@pobox.com>
Tue, 21 Mar 2023 21:19:03 +0000 (14:19 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 Mar 2023 21:19:03 +0000 (14:19 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.41.0.txt

index d6095a5df383dfc976ccd0fee8496ffea92bad6b..5db6f1b0ef1b91380fc7d3f2cbfd3dfaf4826892 100644 (file)
@@ -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).