]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The 17th batch
authorJunio C Hamano <gitster@pobox.com>
Thu, 31 Mar 2022 00:43:19 +0000 (17:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 31 Mar 2022 01:01:11 +0000 (18:01 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.36.0.txt

index c4ca105e3c52cdb3307a1bad24cd6cba367638b6..ffabec17b54485d810c54ab36015a21271fc9174 100644 (file)
@@ -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.