mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +00:00
; * lisp/progmodes/project.el (vc-git-project-list-files): Fix a typo.
This commit is contained in:
parent
5e6df127a9
commit
4fe28df3cd
1 changed files with 1 additions and 1 deletions
|
|
@ -710,7 +710,7 @@ See `project-vc-extra-root-markers' for the marker value format.")
|
|||
(defvar vc-git-use-literal-pathspecs)
|
||||
(or
|
||||
(not extra-ignores)
|
||||
(version<= "1.13" (vc-git--program-version))
|
||||
(version<= "2.13" (vc-git--program-version))
|
||||
(signal 'vc-not-supported "Need newer Git to use negative pathspec like we do"))
|
||||
(let* ((default-directory (expand-file-name (file-name-as-directory dir)))
|
||||
(args '("-z" "-c" "--exclude-standard"))
|
||||
|
|
|
|||
Loading…
Reference in a new issue