]> git.eshelyaron.com Git - emacs.git/commit
Call vc-dir-defresh after stash operations
authorDmitry Gutov <dgutov@yandex.ru>
Tue, 20 Oct 2015 17:04:47 +0000 (20:04 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Tue, 20 Oct 2015 19:07:20 +0000 (22:07 +0300)
commit513fe25a501b41f9f2aac67f73c8e8730aed81b0
tree7bbb7d1b1d0b1a8dbac675bae388a5de122fbbdb
parent5e4395544c184d9a8702cf05c7aee9329b0b9482
Call vc-dir-defresh after stash operations

* lisp/vc/vc-git.el (vc-git-stash-apply-at-point)
(vc-git-stash-pop-at-point): Call vc-dir-defresh (bug#13960).

* lisp/vc/vc-dir.el (vc-dir-resynch-file): Expand FNAME as well,
since it can be abbreviated (as returned by vc-find-root).
lisp/vc/vc-dir.el
lisp/vc/vc-git.el