; Clarify the assumption
This commit is contained in:
parent
be38e39fcc
commit
6ab40c1a51
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue