>>>>> On Fri, 20 Dec 2019 17:50:50 +0200, Dmitry Gutov said: Dmitry> On 20.12.2019 16:53, Robert Pluim wrote: >> When visiting a remote git repo using tramp, if you subsequently run >> 'vc-dir', then emacs will hang forever if the remote repo has >> stashes. This turned out to be to me having >> pager = less -FRXI >> in my remote .gitconfig. Unsetting that fixes it, but vc-git should >> perhaps take care to run git with '--no-pager' (it already does >> something similar in 'vc-git-command'). Dmitry> Thanks for the report. Dmitry> We can probably remove the "PAGER=" variable binding from that fuction Dmitry> as well. True. The attached works for me. emacs-27 or master?