; Clarify the assumption

This commit is contained in:
Dmitry Gutov 2019-12-26 17:31:11 +02:00
parent be38e39fcc
commit 6ab40c1a51

View file

@ -450,7 +450,8 @@ pattern to search for."
(status nil)
(hits nil)
(xrefs nil)
;; Support for remote files.
;; Support for remote files. The assumption is that, if the
;; first file is remote, they all are, and on the same host.
(dir (file-name-directory (car files)))
(remote-id (file-remote-p dir))
;; 'git ls-files' can output broken symlinks.