aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-11-13 08:35:07 +0900
committerJunio C Hamano <gitster@pobox.com>2024-11-13 08:35:34 +0900
commit25b0f41288718625b18495de23cc066394c09a92 (patch)
tree6ecab0dbb010020ba80194e4b945e44fb2ecd741
parentMerge branch 'ps/mingw-rename' (diff)
downloadgit-25b0f41288718625b18495de23cc066394c09a92.tar.gz
git-25b0f41288718625b18495de23cc066394c09a92.zip
The ninth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.48.0.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.48.0.txt b/Documentation/RelNotes/2.48.0.txt
index 9e882c8352..dc51e84b30 100644
--- a/Documentation/RelNotes/2.48.0.txt
+++ b/Documentation/RelNotes/2.48.0.txt
@@ -129,6 +129,21 @@ Fixes since v2.47
will produce output without any left/right markers, which has been
corrected.
+ * More leakfixes.
+
+ * Test modernization.
+
+ * The "--shallow-exclude=<ref>" option to various history transfer
+ commands takes a ref, not an arbitrary revision.
+
+ * A regression where commit objects missing from a commit-graph can
+ cause an infinite loop when doing a fetch in a partial clone has
+ been fixed.
+
+ * The MinGW compatibility layer has been taught to support POSIX
+ semantics for atomic renames when other process(es) have a file
+ opened at the destination path.
+
* Other code cleanup, docfix, build fix, etc.
(merge 66893a14d0 ps/leakfixes-part-8 later to maint).
(merge 1164e270b5 jk/output-prefix-cleanup later to maint).