-
-
Notifications
You must be signed in to change notification settings - Fork 212
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
Calculate distance in a git monorepo just for the current project's path #1056
Comments
that requires a custom git query - gi describe doesnt provide that a gitpython backend may be able to provide that, but implementation is not on my personal planning horizon |
Thank you for your quick reply @RonnyPfannschmidt ! I perfectly understand why this is not on your roadmap, as a monorepo wasn't on mine either :-) but I need to work with it. Thanks, |
right now we dont have a good extension point to plug this in - it may be necessary to add a functionality to explicitly choose the backend in the configuration and/or a new entrypoint + possibly a ordering mechanism for the entrypoints a little brainstorming on how to enable this is necessary also im not opposed to adding this directly into setuptools_scm - a key addition would be reading git Details based on a new plugin something similar is also needed to deal with parse checkouts |
Ok, I don't think I can help you with the brainstorming... :-) |
im unlikely to work on this alone - in particular since i dont have a own need and dont want to mess it up |
Ok, then I'll try to be the driver of this feature and maybe if you could help me navigating through all the options, please? |
the starting point is a acceptable mechanism for picking a alternate data source |
Hello,
I'm trying to use this great tool for versioning different projects in the same git monorepo.
Is there a possibility to calculate the
distance
just for commits done on the current project's path?Thank you,
Ovi
The text was updated successfully, but these errors were encountered: