]> git.eshelyaron.com Git - emacs.git/commit
Fix Bug#11728: show files updated by git
authorSam Steingold <sds@gnu.org>
Wed, 1 Nov 2017 23:13:46 +0000 (19:13 -0400)
committerSam Steingold <sds@gnu.org>
Wed, 1 Nov 2017 23:14:00 +0000 (19:14 -0400)
commit8f36155e8f83164c6aec98a5d1d475f28b513b53
treecb360c78fd69ce002196d1880823af26d4bc54f0
parentbbb85eff4923d33a5271e885faab92d3546db0c0
Fix Bug#11728: show files updated by git

* lisp/vc/vc-git.el (vc-git--pushpull): Accept extra-args and set
`compilation-error-regexp-alist' to `vc-git-error-regexp-alist'.
(vc-git-pull): Pass "--stat" as `extra-args' to `vc-git--pushpull'.
(vc-git-push): Pass "" as `extra-args' to `vc-git--pushpull'.
lisp/vc/vc-git.el