-
Notifications
You must be signed in to change notification settings - Fork 63
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
Git: do not refetch tags and refactor #85
Comments
Hi, sorry I couldn't reply earlier directly to the original PR (#78) There is one simplification/refactor that is possible with the code I contributed: The With this we could rewrite
Regarding refactoring, tags and remote queries: using the However while looking into this, it would be nice if So, I would suggest the following logic for checking out a reference:
I would also suggest, for the next major version, that when a hash is used directly as ref, then the |
Hi, thanks for the tips, I certainly agree with the expected behaviour. One reason to call for refactors is that in my mind (even after I refreshed my memory of the code base while reviewing your changes), not querying on locally known SHAs was already supposed to work, and that's the job of About PS: I suppose you can't comment on #78 because merging closed it. |
Actually, it looks like I can still comment there. I just meant that I didn't get around to replying to you before you closed it, so it felt more appropriate to continue the discussion here instead of there. |
@leorochael you're right, it's better to discuss this in an open issue. |
Follow-up after PR #78 (see there for more details)
Not sure at this point if a potential integration with git-aggregator (see PR #79) would make this obsolete or not
The text was updated successfully, but these errors were encountered: