Skip to content

Commit 45c9f05

Browse files
committed
The fourth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 617e999 commit 45c9f05

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Documentation/RelNotes/2.39.0.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ Performance, Internal Implementation, Development Support etc.
3333
remotes, and make it die when such a fetch fails to bring all the
3434
requested objects, to give an early failure to various operations.
3535

36+
* Update CodingGuidelines to clarify what features to use and avoid
37+
in C99.
38+
(merge 438c2f859b ab/coding-guidelines-c99 later to maint).
39+
3640

3741
Fixes since v2.38
3842
-----------------
@@ -108,6 +112,10 @@ Fixes since v2.38
108112
said that no such branch exists, which has been corrected.
109113
(merge bcfc82bd48 rj/branch-edit-desc-unborn later to maint).
110114

115+
* Work around older clang that warns against C99 zero initialization
116+
syntax for struct.
117+
(merge 54795d37d9 jh/struct-zero-init-with-older-clang later to maint).
118+
111119
* Other code cleanup, docfix, build fix, etc.
112120
(merge c34a6bd291 so/diff-merges-cleanup later to maint).
113121
(merge 5e7c8b75e7 ab/test-malloc-with-sanitize-leak later to maint).
@@ -122,3 +130,4 @@ Fixes since v2.38
122130
(merge 7c07f36ad2 ab/unused-annotation later to maint).
123131
(merge f7669676d0 rs/use-fspathncmp later to maint).
124132
(merge a677d3c416 pw/remove-rebase-p-test later to maint).
133+
(merge e3733b646d rs/archive-dedup-printf later to maint).

0 commit comments

Comments
 (0)