diff options
author | Jan Synáček <jan.synacek@gmail.com> | 2022-06-02 20:59:53 +0200 |
---|---|---|
committer | Dmitry Gutov <dgutov@yandex.ru> | 2022-06-04 03:31:10 +0300 |
commit | 526971df64bfca3c78f4c2e635b27cadec02b2b9 (patch) | |
tree | 7c84b4e42baa7d16912af1c786b0f994237b5b00 /doc/emacs/maintaining.texi | |
parent | db82347269373793107b762d8c3de6b725eaf717 (diff) | |
download | emacs-526971df64bfca3c78f4c2e635b27cadec02b2b9.tar.gz |
Add new user option project-vc-include-untracked
* doc/emacs/maintaining.texi (Projects): Document it.
* lisp/progmodes/project.el (project--vc-list-files): Use it.
Diffstat (limited to 'doc/emacs/maintaining.texi')
-rw-r--r-- | doc/emacs/maintaining.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index 3ddea0ae588..edc5acbd65d 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi @@ -1666,6 +1666,9 @@ support additional types of projects. Which files do or don't belong to a project is also determined by the project back-end. For example, the VC back-end doesn't consider ``ignored'' files (@pxref{VC Ignore}) to be part of the project. +Also, the VC Project back-end considers ``untracked'' files by default. +That behavior is controllable with the variable +@code{project-vc-include-untracked}. @menu * Project File Commands:: Commands for handling project files. |