bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#55632: [PATCH] Add new user option project-vc-find-tracked-only


From: Dmitry Gutov
Subject: bug#55632: [PATCH] Add new user option project-vc-find-tracked-only
Date: Wed, 1 Jun 2022 01:49:08 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1

On 30.05.2022 14:00, jan.synacek@posteo.org wrote:
Thank you for the review. I addressed your comments in the new version of the patch.

Thanks.

One last thing here. The manual addition says:

+Also, some VC back-ends consider ``untracked'' files by default.
+That behavior is controllable with the variable
+@code{project-vc-include-untracked}.

Should that say "some Project back-ends ..."? Or better yet, "the VC Project back-end". Because that's the only one in the core that has any notion of "untracked files".

And that behavior is so for all VC backends, with Git and Hg simply having custom file listing code (for better performance). The rest delegate to 'find', only picking up the list of ignores (like bzrignore, svnignore, etc).

Consequently, the new variable will only affect the VC Project backend's behavior only with Hg and Git.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]