]> git.eshelyaron.com Git - emacs.git/commitdiff
Document 2d54710c36: vc-git-stash & *vc-dir*
authorSam Steingold <sds@gnu.org>
Sun, 30 Sep 2018 12:32:29 +0000 (08:32 -0400)
committerSam Steingold <sds@gnu.org>
Sun, 30 Sep 2018 12:32:29 +0000 (08:32 -0400)
etc/NEWS

index 155394ef68f51e9dfa899aa2f55afeec647c1415..a54abd7a638df0ceed60a62bfbb05107a371e495 100644 (file)
--- 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.