]> git.eshelyaron.com Git - emacs.git/commit
Speed up vc-git-status and make it more precise
authorJonathan Ganc <jonganc@gmail.com>
Mon, 1 May 2017 01:23:59 +0000 (04:23 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Mon, 1 May 2017 01:30:01 +0000 (04:30 +0300)
commit24301c8148f5f3220d7e597c73a59551cfa10eea
tree4dd20e9ad2520533e0b8c8d7494ce9866d646161
parentaf736528b9efaabc52b2599d9ced3aed964a07c3
Speed up vc-git-status and make it more precise

* lisp/vc/vc-git.el (vc-git-state)
(vc-git--git-status-to-vc-state): Update 'vc-git-state' to use
'git status', so that 'vc-git-state' can now return 'ignored',
'conflict', or 'unregistered' when appropriate.  Discussed in
bug#26066.  Fixes bug#19343.
lisp/vc/vc-git.el