diff options
author | Junio C Hamano <gitster@pobox.com> | 2023-07-18 16:29:00 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-07-18 16:29:00 +0200 |
commit | cba07a324d2cda06dd7a7b35b4579f800de024aa (patch) | |
tree | 7a12e81921b30855e3620377826f7eac6c796dce /Documentation/RelNotes/2.42.0.txt | |
parent | Merge branch 'tb/repack-cleanup' (diff) | |
download | git-cba07a324d2cda06dd7a7b35b4579f800de024aa.tar.xz git-cba07a324d2cda06dd7a7b35b4579f800de024aa.zip |
The twelfth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.42.0.txt')
-rw-r--r-- | Documentation/RelNotes/2.42.0.txt | 5 |
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). |