Skip to content

Commit dcc0cd0

Browse files
committed
The sixth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2dc94da commit dcc0cd0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Documentation/RelNotes/2.35.0.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ UI, Workflows & Features
6262
with the "--allow-empty" option. It also learned to honor the
6363
"--quiet" option given from the command line.
6464

65+
* The "init" and "set" subcommands in "git sparse-checkout" have been
66+
unified for a better user experience and performance.
67+
6568

6669
Performance, Internal Implementation, Development Support etc.
6770

@@ -130,6 +133,14 @@ Performance, Internal Implementation, Development Support etc.
130133

131134
* The DEVELOPER=yes build uses -std=gnu99 now.
132135

136+
* "git format-patch" uses a single rev_info instance and then exits.
137+
Mark the structure with UNLEAK() macro to squelch leak sanitizer.
138+
139+
* New interface into the tmp-objdir API to help in-core use of the
140+
quarantine feature.
141+
142+
* Broken &&-chains in the test scripts have been corrected.
143+
133144

134145
Fixes since v2.34
135146
-----------------

0 commit comments

Comments
 (0)