]> git.eshelyaron.com Git - emacs.git/commit
Fix recently broken vc-delete-file with Git
authorDmitry Gutov <dgutov@yandex.ru>
Fri, 3 Sep 2021 00:34:18 +0000 (03:34 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Fri, 3 Sep 2021 00:34:18 +0000 (03:34 +0300)
commit0a18899f06949884b3078c13054233d635f36d6d
treec6fed691187e138d90f53ddd0c18e072ef135afb
parent926e69b20792630d0b6ac21c2a914703962722e4
Fix recently broken vc-delete-file with Git

* lisp/vc/vc-git.el (vc-git-delete-file):
Treat FILE as string, not list (bug#50334).
lisp/vc/vc-git.el