summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-01-04 00:23:32 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-01-04 00:24:15 (GMT)
commitdcc0cd074f0c639a0df20461a301af6d45bd582e (patch)
treeea67efd8e9f09941d3aae01690ff91b5499ff61e /Documentation/RelNotes
parent2dc94da3744bfbbf145eca587a0f5ff480cc5867 (diff)
downloadgit-dcc0cd074f0c639a0df20461a301af6d45bd582e.zip
git-dcc0cd074f0c639a0df20461a301af6d45bd582e.tar.gz
git-dcc0cd074f0c639a0df20461a301af6d45bd582e.tar.bz2
The sixth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.35.0.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.35.0.txt b/Documentation/RelNotes/2.35.0.txt
index dc72843..aa311cb 100644
--- a/Documentation/RelNotes/2.35.0.txt
+++ b/Documentation/RelNotes/2.35.0.txt
@@ -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
-----------------