]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The sixth batch
authorJunio C Hamano <gitster@pobox.com>
Tue, 4 Jan 2022 00:23:32 +0000 (16:23 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 4 Jan 2022 00:24:15 +0000 (16:24 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.35.0.txt

index dc72843e1633aaaa8763c970b5a1bf853435e891..aa311cb96e84afecec1736a2e3ebc9c85eed6999 100644 (file)
@@ -62,6 +62,9 @@ UI, Workflows & Features
    with the "--allow-empty" option.  It also learned to honor the
    "--quiet" option given from the command line.
 
+ * The "init" and "set" subcommands in "git sparse-checkout" have been
+   unified for a better user experience and performance.
+
 
 Performance, Internal Implementation, Development Support etc.
 
@@ -130,6 +133,14 @@ Performance, Internal Implementation, Development Support etc.
 
  * The DEVELOPER=yes build uses -std=gnu99 now.
 
+ * "git format-patch" uses a single rev_info instance and then exits.
+   Mark the structure with UNLEAK() macro to squelch leak sanitizer.
+
+ * New interface into the tmp-objdir API to help in-core use of the
+   quarantine feature.
+
+ * Broken &&-chains in the test scripts have been corrected.
+
 
 Fixes since v2.34
 -----------------