]> 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)
committerAlan Third <alan@idiocy.org>
Tue, 12 Jun 2018 20:15:02 +0000 (21:15 +0100)
commit66a491fbec005b6a7ba255612ddb6efcf1a4bbcb
tree2778287b410e8566c38b1e2405b3a0736ecb11e2
parent5bdc344780faabbc91b7e55306b2071dffb44fa2
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