We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In my use case the number of repos in a directory can change over time.
Therefore I need to register them before any mu operation.
mu
A nice solution for that would by a dynamic detection of all repos in certain directory.
For example in the .mu_repo file by adding property like this:
.mu_repo
repo=directory\*
Would cause mu-repo first to detect all repositories in the indicated directory, and than execute git operation on it.
mu-repo
git
The text was updated successfully, but these errors were encountered:
One level of repositories detection is enough for me, but by adding property
repo=directory\**
can cause deep repo detection.
Sorry, something went wrong.
@P0Lx are you interested in providing a PR for that?
i.e.: I don't have a use for this myself (and thus I won't be implementing it), but I'm open to a PR implementing it.
@fabioz @P0Lx I will provide PR for that
No branches or pull requests
In my use case the number of repos in a directory can change over time.
Therefore I need to register them before any
mu
operation.A nice solution for that would by a dynamic detection of all repos in certain directory.
For example in the
.mu_repo
file by adding property like this:Would cause
mu-repo
first to detect all repositories in the indicated directory, and than executegit
operation on it.The text was updated successfully, but these errors were encountered: