aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-07-04 15:23:39 -0700
committerJunio C Hamano <gitster@pobox.com>2023-07-04 16:08:18 -0700
commita646b86cd10282de2ceb64ef33b5412e4fb2a54c (patch)
treee80a9674bf2cb20933717c1e739c1d0e603df723 /Documentation/RelNotes
parent89d62d5e8ef42be3a73493e8ffbede589c7a31d1 (diff)
downloadgit-a646b86cd10282de2ceb64ef33b5412e4fb2a54c.tar.gz
The seventh batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.42.0.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.42.0.txt b/Documentation/RelNotes/2.42.0.txt
index 310f899306..8cbcba7384 100644
--- a/Documentation/RelNotes/2.42.0.txt
+++ b/Documentation/RelNotes/2.42.0.txt
@@ -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
-----------------