New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is_vcs_repo #19
Comments
Yes, please! |
krlmlr
added a commit
that referenced
this issue
Jan 25, 2017
- New root criteria - `is_projectile_project` recognize projectile projects (#21). - `has_dir()` constructs root criteria that check for existence of a directory. - `is_git_root`, `is_svn_root` and `is_vcs_root` look for a version control system root (#19). - New function - `get_root_desc()` returns the description of the criterion that applies to a given root, useful for composite criteria created with `|`. - Minor enhancements - Improve formatting of alternative criteria (#18). - If root cannot be found, the start path is shown in the error message. - Internal - The `$testfun` member of the `rprojroot` S3 class is now a list of functions instead of a function.
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary. |
krlmlr
pushed a commit
that referenced
this issue
Oct 17, 2022
* Harmonize yaml formatting Closes #19 * revert changes to matrix section
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Consisting of:
What other VCS are commonly used?
The text was updated successfully, but these errors were encountered: