From: Sam Steingold Date: Sun, 30 Sep 2018 12:32:29 +0000 (-0400) Subject: Document 2d54710c36: vc-git-stash & *vc-dir* X-Git-Tag: emacs-27.0.90~4359 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=65e6824efb760dc151884b0e211524d714f2d798;p=emacs.git Document 2d54710c36: vc-git-stash & *vc-dir* --- diff --git a/etc/NEWS b/etc/NEWS index 155394ef68f..a54abd7a638 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -325,6 +325,10 @@ file. This new variable allows customizing the default arguments passed to git-grep when 'vc-git-grep' is used. +*** Command 'vc-git-stash' now respects marks in the '*vc-dir*' buffer. +When some files are marked, only those are stashed. +When no files are marked, all modified files are stashed, as before. + ** diff-mode *** Hunks are now automatically refined by default. To disable it, set the new defcustom 'diff-font-lock-refine' to nil.