From: Junio C Hamano Date: Thu, 31 Mar 2022 00:43:19 +0000 (-0700) Subject: The 17th batch X-Git-Tag: v2.36.0-rc0~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b6846d9dcd391164b72bd70e8a0c0e09776afe3;p=thirdparty%2Fgit.git The 17th batch Signed-off-by: Junio C Hamano --- 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.