]> git.eshelyaron.com Git - emacs.git/commit
vc-dir: ensure we don't use a pager with git
authorRobert Pluim <rpluim@gmail.com>
Fri, 10 Jan 2020 15:36:57 +0000 (16:36 +0100)
committerRobert Pluim <rpluim@gmail.com>
Mon, 13 Jan 2020 08:26:41 +0000 (09:26 +0100)
commit0ed9cfa7dc6e6333c975aca904efa5d19cd47974
tree938d70ce712de7dadd30784c727133b70a9aa850
parent37e0d00c143ddb6d5e978eb1d3ac9c1d1aba3860
vc-dir: ensure we don't use a pager with git

* lisp/vc/vc-git.el (vc-git--call): Call git with '--no-pager' to
avoid hangs caused by remote pager settings (Bug#38688).
lisp/vc/vc-git.el