aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-07-18 07:29:00 -0700
committerJunio C Hamano <gitster@pobox.com>2023-07-18 07:29:00 -0700
commitcba07a324d2cda06dd7a7b35b4579f800de024aa (patch)
tree7a12e81921b30855e3620377826f7eac6c796dce /Documentation/RelNotes
parentc6a5e1a22e0fcafbcc67a2b098cc13150f8aaf4a (diff)
downloadgit-cba07a324d2cda06dd7a7b35b4579f800de024aa.tar.gz
The twelfth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.42.0.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.42.0.txt b/Documentation/RelNotes/2.42.0.txt
index fac88307fa..a716dc195b 100644
--- a/Documentation/RelNotes/2.42.0.txt
+++ b/Documentation/RelNotes/2.42.0.txt
@@ -179,6 +179,10 @@ Fixes since v2.41
which has been corrected.
(merge f4a8fde057 jc/pathspec-match-with-common-prefix later to maint).
+ * "git fsck --no-progress" still spewed noise from the commit-graph
+ subsystem, which has been corrected.
+ (merge 9281cd07f0 tb/fsck-no-progress later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge 51f9d2e563 sa/doc-ls-remote later to maint).
(merge c6d26a9dda jk/format-patch-message-id-unleak later to maint).
@@ -201,3 +205,4 @@ Fixes since v2.41
(merge 1876a5ae15 ks/t4205-test-describe-with-abbrev-fix later to maint).
(merge 6e6a529b57 jk/fsck-indices-in-worktrees later to maint).
(merge 3e81b896f7 rs/packet-length-simplify later to maint).
+ (merge 4c9cb51fe7 mh/doc-credential-helpers later to maint).