diff options
| author | Junio C Hamano <gitster@pobox.com> | 2023-10-12 11:06:35 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-10-12 12:18:27 -0700 |
| commit | 59167d7d09fd7a1d64aa1d5be73bc484f6621894 (patch) | |
| tree | 9b342e4d0d12bd1ea2ee56e5f8eff07723822f51 | |
| parent | Merge branch 'js/ci-coverity' (diff) | |
| download | git-59167d7d09fd7a1d64aa1d5be73bc484f6621894.tar.gz git-59167d7d09fd7a1d64aa1d5be73bc484f6621894.zip | |
The seventeenth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/RelNotes/2.43.0.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.43.0.txt b/Documentation/RelNotes/2.43.0.txt index b90aeed132..a6ed554886 100644 --- a/Documentation/RelNotes/2.43.0.txt +++ b/Documentation/RelNotes/2.43.0.txt @@ -118,6 +118,9 @@ Performance, Internal Implementation, Development Support etc. narrowed to take only blob objects for now, with no real loss of functionality. + * GitHub CI workflow has learned to trigger Coverity check. + (merge 3349520e1a js/ci-coverity later to maint). + Fixes since v2.42 ----------------- @@ -241,3 +244,4 @@ Fixes since v2.42 (merge 4fbe83fcd9 hy/doc-show-is-like-log-not-diff-tree later to maint). (merge 43abaaf008 ob/am-msgfix later to maint). (merge c2c349a15c xz/commit-title-soft-limit-doc later to maint). + (merge f4cbb32c27 rs/parse-opt-ctx-cleanup later to maint). |
