summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2022-03-30 17:43:19 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2022-03-30 18:01:11 -0700
commit4b6846d9dcd391164b72bd70e8a0c0e09776afe3 (patch)
tree437e6ed2a756aba0c5f6d824190c697f36944f90
parentMerge branch 'ab/test-tap-fix-for-immediate' (diff)
downloadtgif-4b6846d9dcd391164b72bd70e8a0c0e09776afe3.tar.xz
The 17th batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.36.0.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.36.0.txt b/Documentation/RelNotes/2.36.0.txt
index c4ca105e3c..ffabec17b5 100644
--- a/Documentation/RelNotes/2.36.0.txt
+++ b/Documentation/RelNotes/2.36.0.txt
@@ -84,6 +84,10 @@ UI, Workflows & Features
age-old "update-server-info" command, which is rarely useful these
days.
+ * "git stash" does not allow subcommands it internally runs as its
+ implementation detail, except for "git reset", to emit messages;
+ now "git reset" part has also been squelched.
+
Performance, Internal Implementation, Development Support etc.