]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The seventh batch
authorJunio C Hamano <gitster@pobox.com>
Tue, 4 Jul 2023 22:23:39 +0000 (15:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 4 Jul 2023 23:08:18 +0000 (16:08 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.42.0.txt

index 310f8993062901ba9b45c8a67c9462254eafed7c..8cbcba738420d298ffc358f73f7a08c8dba352d4 100644 (file)
@@ -13,6 +13,9 @@ UI, Workflows & Features
    enumerates extra objects to be used as anchoring points to keep
    otherwise unreachable objects in cruft packs.
 
+ * Add more "git var" for toolsmiths to learn various locations Git is
+   configured with either via the configuration or hardcoded defaults.
+
 
 Performance, Internal Implementation, Development Support etc.
 
@@ -35,6 +38,9 @@ Performance, Internal Implementation, Development Support etc.
    should not be trusted as a resolution with conflicts that is
    proposed by the driver, but the code did.
 
+ * The set-up code for the get_revision() API now allows feeding
+   options like --all and --not in the --stdin mode.
+
 
 Fixes since v2.41
 -----------------